Commit b091ec31a19ab4477ec91cd52ada107aae881411
1 parent
5d29ed87
remove osx, fix clang source/package
Showing
1 changed file
with
1 additions
and
5 deletions
.travis.yml
| 1 | 1 | sudo: required |
| 2 | 2 | dist: trusty |
| 3 | 3 | language: cpp |
| 4 | -os: | |
| 5 | - - osx | |
| 6 | 4 | matrix: |
| 7 | 5 | include: |
| 8 | 6 | - os: linux |
| ... | ... | @@ -14,16 +12,14 @@ matrix: |
| 14 | 12 | sources: &sources |
| 15 | 13 | - llvm-toolchain-precise-3.8 |
| 16 | 14 | - ubuntu-toolchain-r-test |
| 17 | - - libc++-dev | |
| 18 | 15 | - os: linux |
| 19 | 16 | env: COMPILER=clang++-3.8 CXXFLAGS=-stdlib=libc++ |
| 20 | 17 | addons: |
| 21 | 18 | apt: |
| 22 | 19 | packages: |
| 23 | 20 | - clang-3.8 |
| 21 | + - libc++-dev | |
| 24 | 22 | sources: *sources |
| 25 | - - os: osx | |
| 26 | - env: CXXFLAGS=-stdlib=libc++ | |
| 27 | 23 | script: > |
| 28 | 24 | cmake -DCXXOPTS_BUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER |
| 29 | 25 | -DCMAKE_CXX_FLAGS=$CXXFLAGS . | ... | ... |