Skip to content

Commit

Permalink
travis: Disable macOS build
Browse files Browse the repository at this point in the history
The build often hits the 50m time limit or fails with spurious errors.
It can be re-enabled when/if we figure out how to solve this.
  • Loading branch information
sfan5 committed Jul 17, 2019
1 parent 9fe3246 commit a6f7848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -39,10 +39,10 @@ matrix:
compiler: gcc
os: linux

- env: PLATFORM=Unix
compiler: clang
os: osx
osx_image: xcode8
# - env: PLATFORM=Unix
# compiler: clang
# os: osx
# osx_image: xcode8

- env: PLATFORM=Unix COMPILER=gcc-6
compiler: gcc
Expand Down

0 comments on commit a6f7848

Please sign in to comment.