aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 48d78d9..55d454b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
-
dist: ubuntu-precise
language: cpp
matrix:
include:
- - compiler: clang
+ compiler: clang
addons:
apt:
packages:
@@ -11,5 +10,5 @@ matrix:
- libclang-3.9-dev
- libllvm3.9
- libstdc++-6-dev
- env: COMPILER=clang++3.9
- script: make \ No newline at end of file
+ env: CXX=clang++3.9
+script: make CXX=clang++3.9 \ No newline at end of file