aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 11:30:06 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 11:30:06 +0000
commit63c77d1658487866a55b0fd099c4cc39fb7763e1 (patch)
tree89de3f3e6c593e4c9b0db72bacbe525881d8e8bc /.travis.yml
parentupdated (diff)
downloadmutator-63c77d1658487866a55b0fd099c4cc39fb7763e1.tar.gz
mutator-63c77d1658487866a55b0fd099c4cc39fb7763e1.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 f657abe..ee486d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-#dist: ubuntu-precise
+dist: ubuntu-precise
language: cpp
matrix:
include:
@@ -12,5 +12,5 @@ matrix:
- libllvm3.9
- libstdc++-6-dev
env: COMPILER=clang++-3.9
-
+
script: make CXX=$COMPILER \ No newline at end of file