diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-11-08 09:48:29 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-11-09 10:15:59 +0100 |
commit | 3333d6942e8c5d823b97ea51ef88c8a0791742c6 (patch) | |
tree | effe6abba24742f634920917f670b5804b1cabaa /.travis.yml | |
parent | fa8b1114e60100f503673ccc7ef5618851c0c9e3 (diff) |
ci: Run macos ci config on cirrus
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 21 |
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" |