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