diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 10:13:44 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 10:13:44 +0000 |
commit | ede059aa2b4ee1db95431a8a66c38ebc013366bc (patch) | |
tree | d9d43e9365b4999bc700e9535c400976f2965f11 /.travis.yml | |
parent | updated (diff) | |
download | mutator-ede059aa2b4ee1db95431a8a66c38ebc013366bc.tar.gz mutator-ede059aa2b4ee1db95431a8a66c38ebc013366bc.zip |
updated
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |