aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 10:13:44 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 10:13:44 +0000
commitede059aa2b4ee1db95431a8a66c38ebc013366bc (patch)
treed9d43e9365b4999bc700e9535c400976f2965f11
parentupdated (diff)
downloadmutator-ede059aa2b4ee1db95431a8a66c38ebc013366bc.tar.gz
mutator-ede059aa2b4ee1db95431a8a66c38ebc013366bc.zip
updated
-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