Travis: Try to use Clang 5.0 again

This commit is contained in:
Lynix 2018-01-07 04:45:30 +01:00
parent 753fa8215c
commit 43eb5ec929
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ dist:
addons:
apt:
sources:
- llvm-toolchain-precise-3.7
- llvm-toolchain-precise-5.0
- ubuntu-toolchain-r-test
packages:
- clang-3.7
- clang-5.0
- libassimp-dev
- libfreetype6-dev
- libgl1-mesa-dev
@ -35,7 +35,7 @@ compiler:
env:
global:
- COMPILER=clang++-3.7
- COMPILER=clang++-5.0
- CFLAGS="-Wall -Wextra"
- CXXFLAGS="-Wall -Wextra"
matrix: