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