aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-11-08 09:48:29 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-11-09 10:15:59 +0100
commit3333d6942e8c5d823b97ea51ef88c8a0791742c6 (patch)
treeeffe6abba24742f634920917f670b5804b1cabaa /.travis.yml
parentfa8b1114e60100f503673ccc7ef5618851c0c9e3 (diff)
downloadbitcoin-3333d6942e8c5d823b97ea51ef88c8a0791742c6.tar.xz
ci: Run macos ci config on cirrus
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
index a06e9a14ab..f1f695d2b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,24 +79,3 @@ jobs:
name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]'
env: >-
FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh"
-
- - stage: test
- name: 'macOS 10.14 native [GOAL: install] [GUI] [no depends]'
- os: osx
- # Use the most recent version:
- # Xcode 11.3.1, macOS 10.14, SDK 10.15
- # https://docs.travis-ci.com/user/reference/osx/#macos-version
- osx_image: xcode11.3
- addons:
- homebrew:
- packages:
- - berkeley-db4
- - miniupnpc
- - qrencode
- - sqlite
- - ccache
- - zeromq
- env: >-
- DANGER_RUN_CI_ON_HOST=true
- CI_USE_APT_INSTALL=no
- FILE_ENV="./ci/test/00_setup_env_mac_host.sh"