aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 00:43:53 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 00:43:53 +0000
commit973308a2ae11955d8d6a57344df2f11d04f1d323 (patch)
treeb546ec5d278cba1398f21a560531dfd34a9d4d17 /.travis.yml
parentupdated (diff)
downloadmutator-973308a2ae11955d8d6a57344df2f11d04f1d323.tar.gz
mutator-973308a2ae11955d8d6a57344df2f11d04f1d323.zip
updated
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index b556582..48d78d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,11 +8,8 @@ matrix:
apt:
packages:
- clang-3.9
+ - libclang-3.9-dev
+ - libllvm3.9
+ - libstdc++-6-dev
env: COMPILER=clang++3.9
-addons:
- apt:
- packages:
- - libclang-3.9-dev
- - libllvm3.9
- - libstdc++-6-dev
-script: make \ No newline at end of file
+ script: make \ No newline at end of file