Update .travis.yml

This commit is contained in:
Simon
2017-04-14 12:17:39 +08:00
committed by GitHub
parent e3baeb92b0
commit 21b36924d3

View File

@@ -6,20 +6,6 @@ cache: ccache
git:
submodules: false
before_install:
- if [ -n "$COVERALLS" ]; then
pip install --user cpp-coveralls;
fi;
- if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then
git submodule update --init --recursive;
fi;
addons:
apt:
packages:
- ccache
- golang-1.6
os:
- linux
@@ -29,7 +15,7 @@ compiler:
before_script:
- ./configu
- ./config
script:
- $make