aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 198dd1c..db9345d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,5 @@ matrix:
- libstdc++-6-dev
env: COMPILER=clang++3.9
compiler: clang
-script: make COMPILER=clang \ No newline at end of file
+install: if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.9" CC="clang-3.9"; fi
+script: make CXX=$COMPILER \ No newline at end of file