aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 00:59:26 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 00:59:26 +0000
commita70e34789e21ef2cb967b4b667182eb015d1154b (patch)
treead11df834fa25fed33adde6191f38e5cac56b7a8 /.travis.yml
parentupdated (diff)
downloadmutator-a70e34789e21ef2cb967b4b667182eb015d1154b.tar.gz
mutator-a70e34789e21ef2cb967b4b667182eb015d1154b.zip
updated
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 48d78d9..55d454b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
-
dist: ubuntu-precise
language: cpp
matrix:
include:
- - compiler: clang
+ compiler: clang
addons:
apt:
packages:
@@ -11,5 +10,5 @@ matrix:
- libclang-3.9-dev
- libllvm3.9
- libstdc++-6-dev
- env: COMPILER=clang++3.9
- script: make \ No newline at end of file
+ env: CXX=clang++3.9
+script: make CXX=clang++3.9 \ No newline at end of file