Skip to content

Commit

Permalink
Disable macOS build on Travis-CI due to C++17
Browse files Browse the repository at this point in the history
Ideally, AppleClang 9.1 is needed for C++17,
so one has to wait till Travis upgrades the macOS toolchain.
Alternatively, clang is available from homebrew.

Issue #250
  • Loading branch information
rakhimov committed Jan 5, 2018
1 parent 3799d73 commit a3992d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
apt:
packages:
- qttools5-dev-tools
- stage: test
os: osx # OS X builds are slow and limited.
osx_image: xcode9.2
compiler: clang
env: CONFIG=Release
# - stage: test
# os: osx # OS X builds are slow and limited.
# osx_image: xcode9.2 # C++17 not yet fully supported!!!
# compiler: clang
# env: CONFIG=Release
- stage: test
compiler: gcc
env: CONFIG=Coverage
Expand Down

0 comments on commit a3992d6

Please sign in to comment.