Revert "Travis: Try to use Clang 5.0 again"

This reverts commit 43eb5ec929.
This commit is contained in:
Lynix 2018-01-07 04:46:20 +01:00
parent 43eb5ec929
commit 7d45c58218
1 changed files with 3 additions and 3 deletions

View File

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