summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-10-09 11:32:06 +0200
committerGitHub <noreply@github.com>2017-10-09 11:32:06 +0200
commit17016090e38cc44e58517129278c28dd7943b4cc (patch)
treea0ba6d0628f333c28b2e584cc6eb6d1ef413aa07 /.travis.yml
parente6e5fa3bf8853f149fdef16b39af3981097176a4 (diff)
downloadminetest-17016090e38cc44e58517129278c28dd7943b4cc.tar.gz
minetest-17016090e38cc44e58517129278c28dd7943b4cc.tar.bz2
minetest-17016090e38cc44e58517129278c28dd7943b4cc.zip
Travis: Update clang from 4.0 to 5.0 (#6467)
* Update clang from 4.0 to 5.0
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