[build] Using gcc 4.8 in Travis as it compiles faster. travis_wait no longer required

This commit is contained in:
Al
2016-01-30 14:31:10 -05:00
parent 6265ff9fa1
commit 3c53926d0c

View File

@@ -4,13 +4,16 @@ compiler:
- clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- libsnappy-dev
- pkg-config
- autoconf-archive
before_script:
- ./bootstrap.sh
install:
- if [ "$CC" = "gcc ]; then export CC="gcc-4.8"; fi
script:
- ./configure --datadir=$(pwd)/data
- travis_wait make
- make
- make check