travis: disable the installation step
This commit is contained in:
parent
8d05f80cec
commit
f20fe41e79
1 changed files with 4 additions and 0 deletions
|
@ -4,5 +4,9 @@ go:
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
# test-and-build does the installation, so tell travis to skip the
|
||||||
|
# installation step
|
||||||
|
install: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./scripts/test-and-build.sh
|
- ./scripts/test-and-build.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue