Remove gcc from build matrix because it always times out on Travis-CI
This commit is contained in:
parent
3a25e058df
commit
65433a2fae
|
@ -27,7 +27,6 @@ language: cpp
|
|||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
python: 2.7
|
||||
|
||||
|
@ -38,11 +37,6 @@ os:
|
|||
dist: trusty
|
||||
sudo: required
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
|
||||
git:
|
||||
depth: 1500
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user