fixed travis
This commit is contained in:
parent
5993ff9976
commit
faac3c47c5
1 changed files with 0 additions and 12 deletions
12
.travis.yml
12
.travis.yml
|
@ -3,7 +3,6 @@ language: cpp
|
|||
sudo: false
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
env:
|
||||
|
@ -12,17 +11,6 @@ env:
|
|||
- COMPILER=clang-3.6
|
||||
- COMPILER=clang-3.7
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- compiler: clang
|
||||
env: COMPILER=g++-4.9
|
||||
- compiler: clang
|
||||
env: COMPILER=g++-5
|
||||
- compiler: gcc
|
||||
env: COMPILER=clang-3.6
|
||||
- compiler: gcc
|
||||
env: COMPILER=clang-3.7
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
|
|
Loading…
Reference in a new issue