aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 10:45:13 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 10:45:13 +0000
commit93949a4871f63e34857e743831a46d1431a764d2 (patch)
tree35940ef3aa6b25f855522ccf87024e8adafead92 /.travis.yml
parentupdated (diff)
downloadmutator-93949a4871f63e34857e743831a46d1431a764d2.tar.gz
mutator-93949a4871f63e34857e743831a46d1431a764d2.zip
updated
Diffstat (limited to '')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 53f6403..c2a6524 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-dist: ubuntu-precise
+#dist: ubuntu-precise
language: cpp
matrix:
include:
@@ -7,7 +7,7 @@ matrix:
addons:
apt:
sources:
- - llvm-toolchain-precise-3.9
+ - ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8']
packages:
- clang-3.9
- libclang-3.9-dev