travis: disable the installation step

This commit is contained in:
Richard van der Hoff 2018-03-27 11:17:22 +01:00
parent 8d05f80cec
commit f20fe41e79

View file

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