aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index bb9c7da..5e88aaf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-#dist: ubuntu-precise
+dist: ubuntu-precise
language: cpp
matrix:
include:
@@ -6,12 +6,10 @@ matrix:
compiler: clang
addons:
apt:
- sources:
- - ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8']
packages:
- - clang-3.8
+ - clang-3.9
- libclang-3.9-dev
- libllvm3.9
- libstdc++-6-dev
- env: COMPILER=clang++-3.8
+ env: COMPILER=clang++-3.9
script: make CXX=$COMPILER \ No newline at end of file