summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index eaa8fd1ac..77c405b69 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,32 +61,32 @@ matrix:
sources: &sources
- llvm-toolchain-trusty-3.6
- - env: PLATFORM=Unix COMPILER=clang-4.0
+ - env: PLATFORM=Unix COMPILER=clang-5.0
compiler: clang
os: linux
addons:
apt:
- packages: ['clang-4.0', 'clang++-4.0']
+ packages: ['clang-5.0', 'clang++-5.0']
sources: &sources
- - llvm-toolchain-trusty-4.0
+ - llvm-toolchain-trusty-5.0
- - env: PLATFORM=Unix COMPILER=clang-4.0 VALGRIND=1
+ - env: PLATFORM=Unix COMPILER=clang-5.0 VALGRIND=1
compiler: clang
os: linux
addons:
apt:
- packages: ['valgrind', 'clang-4.0', 'clang++-4.0']
+ packages: ['valgrind', 'clang-5.0', 'clang++-5.0']
sources: &sources
- - llvm-toolchain-trusty-4.0
+ - llvm-toolchain-trusty-5.0
- env: LINT=1
compiler: clang
os: linux
addons:
apt:
- packages: ['clang-format-4.0']
+ packages: ['clang-format-5.0']
sources: &sources
- - llvm-toolchain-trusty-4.0
+ - llvm-toolchain-trusty-5.0