aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 10:36:13 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 10:36:13 +0000
commitaaddb74131fefc80f6884cc268f5b5e5c7148c24 (patch)
tree8454a5359ab08a2f3e1c56eddb98f0dca6538499 /.travis.yml
parentupdated (diff)
downloadmutator-aaddb74131fefc80f6884cc268f5b5e5c7148c24.tar.gz
mutator-aaddb74131fefc80f6884cc268f5b5e5c7148c24.zip
updated
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 21edd6f..5e88aaf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,9 @@ matrix:
addons:
apt:
packages:
- - clang-3.7
- - libclang-3.7-dev
- - libllvm3.7
+ - clang-3.9
+ - libclang-3.9-dev
+ - libllvm3.9
- libstdc++-6-dev
- env: COMPILER=clang++-3.7
-script: make CXX=$COMPILER \ No newline at end of file
+ env: COMPILER=clang++-3.9
+ script: make CXX=$COMPILER \ No newline at end of file