aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 01:07:02 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 01:07:02 +0000
commitbc5798bea957cf74b0f4be1590500604d7f3ff5c (patch)
tree10a611434442ffc28aa25a73e05ea5e19cb3e269 /.travis.yml
parentupdated (diff)
downloadmutator-bc5798bea957cf74b0f4be1590500604d7f3ff5c.tar.gz
mutator-bc5798bea957cf74b0f4be1590500604d7f3ff5c.zip
updated
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 8 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index ffbfe40..86a9fa6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,11 @@
dist: ubuntu-precise
language: cpp
-matrix:
- include:
- compiler: clang
- addons:
- apt:
- packages:
- - clang-3.9
- - libclang-3.9-dev
- - libllvm3.9
- - libstdc++-6-dev
+compiler: clang
+addons:
+ apt:
+ packages:
+ - clang-3.9
+ - libclang-3.9-dev
+ - libllvm3.9
+ - libstdc++-6-dev
script: make CXX=clang++3.9 \ No newline at end of file