Restored clang 3.6 and 3.5 in the Travis build.

Now that llvm.org is back up and Travis is able to download the
compiler binaries.
This commit is contained in:
Anton Bachin 2015-07-11 17:19:21 -05:00
parent 60a4f4dfda
commit 0f816be0cd

View File

@ -1,6 +1,7 @@
language: cpp
env:
- COMPILER="clang++-3.6"
- COMPILER="g++-5"
- COMPILER="g++-4.6"
- COMPILER="g++-4.7"
@ -10,6 +11,7 @@ env:
- COMPILER="g++-4.5"
- COMPILER="clang++-3.3"
- COMPILER="clang++-3.4"
- COMPILER="clang++-3.5"
before_script:
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test