diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 01:05:52 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 01:05:52 +0000 |
commit | a5dd505a811f05481a552e97ac9354df22578888 (patch) | |
tree | 8ffef529d569c281df24d74be784319d547835a4 /.travis.yml | |
parent | updated (diff) | |
download | mutator-a5dd505a811f05481a552e97ac9354df22578888.tar.gz mutator-a5dd505a811f05481a552e97ac9354df22578888.zip |
updated
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 46df6fb..ffbfe40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ dist: ubuntu-precise language: cpp -matrix: - include: +matrix: + include: compiler: clang - addons: - apt: - packages: + addons: + apt: + packages: - clang-3.9 - libclang-3.9-dev - libllvm3.9 |