diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 11:43:10 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 11:43:10 +0000 |
commit | f4ac5c64f3f5013a33b8144a90b4099bf274d987 (patch) | |
tree | d4b25e12e94d9b88ecb8485a446789dd4c5b8f3c | |
parent | updated (diff) | |
download | mutator-f4ac5c64f3f5013a33b8144a90b4099bf274d987.tar.gz mutator-f4ac5c64f3f5013a33b8144a90b4099bf274d987.zip |
updated
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 9ee5bd4..9e36002 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,9 @@ matrix: compiler: clang addons: apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6'] - packages: ['clang-3.6'] - env: COMPILER=clang++-3.6 + sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8'] + packages: ['clang-3.8'] + env: COMPILER=clang++-3.8 # Activate when 3.7 is released and the repository is available # - os: linux |