aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 01:13:16 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 01:13:16 +0000
commite559a8f594bf777864bfe17227dca1d30037be3b (patch)
treeec40b48b6a88e20c899074cba4183b1814ca18fc /.travis.yml
parentupdated (diff)
downloadmutator-e559a8f594bf777864bfe17227dca1d30037be3b.tar.gz
mutator-e559a8f594bf777864bfe17227dca1d30037be3b.zip
updated
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 11 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 66d1f26..e964878 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,14 @@
dist: ubuntu-precise
language: cpp
compiler: clang
-addons:
- apt:
- packages:
- - clang-3.9
- - libclang-3.9-dev
- - libllvm3.9
- - libstdc++-6-dev
-script: make CXX=clang3.9 \ No newline at end of file
+matrix:
+ include:
+ addons:
+ apt:
+ packages:
+ - clang-3.9
+ - libclang-3.9-dev
+ - libllvm3.9
+ - libstdc++-6-dev
+ env: COMPILER=clang++3.7
+script: make CXX=$COMPILER \ No newline at end of file