Remove OSX from travis build list because it is broken.

This commit is contained in:
Joseph Lenox 2021-03-14 19:40:21 -05:00
parent 72bb3b3c31
commit f5dc6bf259

View File

@ -85,17 +85,18 @@ matrix:
# - $HOME/Library/Caches/Homebrew
# - local-lib
- os: osx
osx_image: xcode9.4 # OS X 10.13
env:
- TARGET=main
cache:
directories:
- /usr/local/Homebrew
- $HOME/Library/Caches/Homebrew
- local-lib
after_success:
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi
# OSX errors out consistently for Perl now too. Back to jenkins.
# - os: osx
# osx_image: xcode9.4 # OS X 10.13
# env:
# - TARGET=main
# cache:
# directories:
# - /usr/local/Homebrew
# - $HOME/Library/Caches/Homebrew
# - local-lib
# after_success:
# - if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/osx/travis-deploy-main.sh || travis_terminate 1; fi
# OSX is erroring out consistently for C++, remove and debug
# - os: osx