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:
|
||||
- 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