aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 00:19:30 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 00:19:30 +0000
commitd06fb93f0943b7d3e2df8fccadda6c560cad472d (patch)
treec003633a37e7198963a93a7ed4e3eccfd9d99d06 /.travis.yml
parentupdated (diff)
downloadmutator-d06fb93f0943b7d3e2df8fccadda6c560cad472d.tar.gz
mutator-d06fb93f0943b7d3e2df8fccadda6c560cad472d.zip
updated
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 671a6dc..cde2b2d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,9 @@
dist: ubuntu-precise
sudo: required
-before_install: sudo apt-get remove clang
+before_install:
+ - sudo apt-get remove clang
+ - sudo apt-get install clang-3.9
language: cpp
compiler: clang
addons: