aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 9df05a7..35c8d6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ matrix:
- libclang-3.9-dev
- libllvm3.9
- libstdc++-6-dev
- env: COMPILER=clang++3.9
+ env: COMPILER=clang++-3.9
compiler: clang
-install: if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.9" CC="clang-3.9"; fi
-script: make \ No newline at end of file
+script: make CXX=$COMPILER \ No newline at end of file