mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Tentative fix of TravisCI
This commit is contained in:
parent
4a27705328
commit
2335be5f84
@ -3,7 +3,6 @@ language: cpp
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
- compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -12,7 +11,7 @@ matrix:
|
||||
- g++-4.9
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
|
||||
- compiler: gcc
|
||||
- os: linux
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -22,7 +21,6 @@ matrix:
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||
- os: osx
|
||||
- compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -32,7 +30,7 @@ matrix:
|
||||
- clang-3.6
|
||||
env:
|
||||
- MATRIX_EVAL="CC=clang-3.6 && CXX=clang++-3.6"
|
||||
- compiler: clang
|
||||
- os: osx
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
Loading…
Reference in New Issue
Block a user