aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 11:58:27 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 11:58:27 +0000
commita9045b28e62b53533f1b6e8d5e6fec5f80c0b194 (patch)
treeb7678d43c3cf483891aaedd1b8a74e87924567ff
parentmade it a bit more modular if that makes any sense (diff)
downloadmutator-a9045b28e62b53533f1b6e8d5e6fec5f80c0b194.tar.gz
mutator-a9045b28e62b53533f1b6e8d5e6fec5f80c0b194.zip
still trying...
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 027422a..9b07bc6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,10 +22,10 @@ matrix:
compiler: clang
addons:
apt:
- sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8']
- packages: ['clang-3.8']
+ sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.9']
+ packages: ['clang-3.9']
env:
- - COMPILER=clang++-3.8
+ - COMPILER=clang++-3.9
- LLVMCONFIG=llvm-config-3.9
# Activate when 3.7 is released and the repository is available