diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 11:28:13 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 11:28:13 +0000 |
commit | 6c2470b8311e78742b2b06ad48a92314a91aad84 (patch) | |
tree | c5e5c0fe064eb0d95f25b1efb8f65619b3d8718a /.travis.yml | |
parent | updated (diff) | |
download | mutator-6c2470b8311e78742b2b06ad48a92314a91aad84.tar.gz mutator-6c2470b8311e78742b2b06ad48a92314a91aad84.zip |
updated
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 5e88aaf..f657abe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: ubuntu-precise +#dist: ubuntu-precise language: cpp matrix: include: @@ -12,4 +12,5 @@ matrix: - libllvm3.9 - libstdc++-6-dev env: COMPILER=clang++-3.9 - script: make CXX=$COMPILER
\ No newline at end of file + +script: make CXX=$COMPILER
\ No newline at end of file |