Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Try using clang 3.6 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeaye committed Feb 2, 2016
1 parent 5894ab0 commit cd38aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ compiler:
addons:
apt:
packages:
- clang-3.5
- clang-3.6
- libstdc++-4.9-dev
- g++-4.9
- liblua5.1-0-dev
- lua5.1
- libboost-dev
sources:
- llvm-toolchain-precise-3.5
- llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test

install:
Expand All @@ -28,7 +28,7 @@ install:
elif [ "$CXX" == "g++" ]; then
export CXX="g++-4.9";
elif [ "$CXX" == "clang++" ]; then
export CXX="clang++-3.5";
export CXX="clang++-3.6";
fi

script:
Expand Down

0 comments on commit cd38aa8

Please sign in to comment.