mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 08:46:42 +08:00
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:
parent
60a4f4dfda
commit
0f816be0cd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user