travis: disable the installation step

rav/test
Richard van der Hoff 6 years ago
parent 8d05f80cec
commit f20fe41e79

@ -4,5 +4,9 @@ go:
sudo: false
# test-and-build does the installation, so tell travis to skip the
# installation step
install: true
script:
- ./scripts/test-and-build.sh

Loading…
Cancel
Save