Skip to content

Commit

Permalink
addding back Travis clang regression (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninbas authored Jun 24, 2016
1 parent 5de22f3 commit ca239bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ matrix:
compiler: gcc
env: COMPILER=g++-5 GCOV=gcov-5

- os: linux
env: COMPILER=clang++-3.6

addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
packages:
- libjudy-dev
- libgmp-dev
Expand All @@ -37,6 +41,7 @@ addons:
- pkg-config
- g++-4.8
- g++-5
- clang-3.6
- libssl-dev
- python-pip

Expand Down
5 changes: 0 additions & 5 deletions .travis.yml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ matrix:
compiler: gcc
env: COMPILER=g++-5 GCOV=gcov-5

- os: linux
env: COMPILER=clang++-3.6

addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
packages:
- libjudy-dev
- libgmp-dev
Expand All @@ -41,7 +37,6 @@ addons:
- pkg-config
- g++-4.8
- g++-5
- clang-3.6
- libssl-dev
- python-pip

Expand Down

0 comments on commit ca239bd

Please sign in to comment.