Try to use Clang 5.0 with Travis

This commit is contained in:
Lynix 2018-01-07 04:14:10 +01:00
parent 0b34b2374a
commit 52e59a317a
1 changed files with 3 additions and 6 deletions

View File

@ -6,11 +6,8 @@ dist:
addons:
apt:
sources:
- llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test
packages:
- clang-3.7
- clang-5.0
- libassimp-dev
- libfreetype6-dev
- libgl1-mesa-dev
@ -25,7 +22,7 @@ addons:
- mesa-common-dev
sudo:
required
false
notifications:
email: true
@ -35,7 +32,7 @@ compiler:
env:
global:
- COMPILER=clang++-3.7
- COMPILER=clang++-5.0
- CFLAGS="-Wall -Wextra"
- CXXFLAGS="-Wall -Wextra"
matrix: