mirror of
https://github.com/g-truc/glm.git
synced 2025-04-16 10:16:11 +00:00
Tentative fix of TravisCI
This commit is contained in:
parent
7b5756d673
commit
be53cebcd3
1 changed files with 3 additions and 4 deletions
|
@ -30,12 +30,11 @@ matrix:
|
|||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.6
|
||||
- llvm-toolchain-trusty-3.9
|
||||
packages:
|
||||
- clang-3.6
|
||||
- clang-3.9
|
||||
env:
|
||||
- MATRIX_EVAL="CC=clang-3.6 && CXX=clang++-3.6"
|
||||
- MATRIX_EVAL="CC=clang-3.9 && CXX=clang++-3.9"
|
||||
|
||||
- os: linux
|
||||
addons:
|
||||
|
|
Loading…
Add table
Reference in a new issue