Skip to content

Commit

Permalink
disable clang++ 3.9, will work on getting working in a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 14, 2016
1 parent e07a533 commit 7028263
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,6 @@ matrix:
# apt:
# sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.9' ]
# packages: [ 'clang-3.9' ]
# clang++ 3.9 via mason with -flto
- os: linux
compiler: "clang++-39-mason"
env: CXX=clang++3.9
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test' ]
packages: [ 'libstdc++-4.9-dev' ]
before_install:
- git submodule update --init
- ./.mason/mason install clang++ 3.9.0
- export PATH=$(./.mason/mason prefix clang++ 3.9.0)/bin:${PATH}
- export CXXFLAGS="-flto"
- ./.mason/mason install binutils 2.27
- export PATH=$(./.mason/mason prefix binutils 2.27)/bin:${PATH}
- os: linux
compiler: "gcc47"
env: CXX=g++-4.7
Expand Down

0 comments on commit 7028263

Please sign in to comment.