Play around with Travis

This commit is contained in:
Martin Kleusberg
2016-10-13 13:16:16 +02:00
parent c40615c16c
commit 8a9a5d27de
+4 -4
View File
@@ -16,10 +16,10 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
- llvm-toolchain-precise-3.8
packages:
- clang-3.7
env: COMPILER=clang++-3.7
- clang-3.8
env: COMPILER=clang++-3.8
before_install:
- sudo add-apt-repository ppa:likemartinma/devel -y
@@ -28,7 +28,7 @@ before_install:
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.8" CC="clang-3.8"; fi
script:
- mkdir build