aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 00:38:22 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 00:38:22 +0000
commit99bf4846baf278f49b4a8fa49b1b546089050906 (patch)
tree6d72cb5640c5e97822bcf53fff654ef98c5d45ab /.travis.yml
parentupdated (diff)
downloadmutator-99bf4846baf278f49b4a8fa49b1b546089050906.tar.gz
mutator-99bf4846baf278f49b4a8fa49b1b546089050906.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 29b56ce..b556582 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,20 +1,18 @@
dist: ubuntu-precise
-sudo: required
-before_install:
- - sudo apt-get remove clang
- - sudo apt-get install clang-3.9
language: cpp
-compiler: clang
- addons:
- apt:
- packages:
- - clang-3.9
+matrix:
+ include:
+ - compiler: clang
+ addons:
+ apt:
+ packages:
+ - clang-3.9
+ env: COMPILER=clang++3.9
addons:
apt:
packages:
- libclang-3.9-dev
- libllvm3.9
- libstdc++-6-dev
- - clang-3.9
script: make \ No newline at end of file