diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 11:30:06 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 11:30:06 +0000 |
commit | 63c77d1658487866a55b0fd099c4cc39fb7763e1 (patch) | |
tree | 89de3f3e6c593e4c9b0db72bacbe525881d8e8bc /.travis.yml | |
parent | updated (diff) | |
download | mutator-63c77d1658487866a55b0fd099c4cc39fb7763e1.tar.gz mutator-63c77d1658487866a55b0fd099c4cc39fb7763e1.zip |
updated
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 4 |
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 |