Remove gcc from build matrix because it always times out on Travis-CI

This commit is contained in:
Bruce B. Lacey 2016-06-30 16:45:35 -07:00
parent 3a25e058df
commit 65433a2fae

View File

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