Disable macOS builds in Travis

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-03-02 08:29:28 -08:00
parent 57f8bb471f
commit f75aee87e3
1 changed files with 5 additions and 5 deletions

View File

@ -132,11 +132,11 @@ matrix:
env: env:
- MATRIX_EVAL="CONFIG=clang && CC=clang-5.0 && CXX=clang++-5.0" - MATRIX_EVAL="CONFIG=clang && CC=clang-5.0 && CXX=clang++-5.0"
# Latest clang on Mac OS X # # Latest clang on Mac OS X
- os: osx # - os: osx
osx_image: xcode9.4 # osx_image: xcode9.4
env: # env:
- MATRIX_EVAL="CONFIG=clang && CC=clang && CXX=clang++" # - MATRIX_EVAL="CONFIG=clang && CC=clang && CXX=clang++"
before_install: before_install:
- ./.travis/setup.sh - ./.travis/setup.sh