aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 10:34:09 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 10:34:09 +0000
commitc403e0fffef2eb4a33542a3829ae7e1be64758d1 (patch)
treecbf17279fdf9f19ccc97ed86339d812b13ab6c3a /.travis.yml
parentupdated (diff)
downloadmutator-c403e0fffef2eb4a33542a3829ae7e1be64758d1.tar.gz
mutator-c403e0fffef2eb4a33542a3829ae7e1be64758d1.zip
updated
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index abe72a9..21edd6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,9 @@ matrix:
addons:
apt:
packages:
- - clang-3.9
- - libclang-3.9-dev
- - libllvm3.9
+ - clang-3.7
+ - libclang-3.7-dev
+ - libllvm3.7
- libstdc++-6-dev
- env: COMPILER=clang++-3.9
+ env: COMPILER=clang++-3.7
script: make CXX=$COMPILER \ No newline at end of file