aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6fe298a..4b9daf8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,14 +10,16 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- - compiler: clang-6.0
+ - compiler: clang-7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- - llvm-toolchain-trusty-6.0
+ - llvm-toolchain-trusty-7
packages:
- - clang-6.0
+ - clang-7
+ - llvm-7-dev
+ - lld-7
before_install:
- sudo apt-get update