Remove gcc from build matrix because it always times out on Travis-CI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user