Prevent default TravisCI install action

This commit is contained in:
Friedrich Große 2019-05-30 15:23:12 +02:00
parent d513ffd192
commit a5c3bec928
1 changed files with 5 additions and 0 deletions

View File

@ -25,5 +25,10 @@ go:
- tip
- 1.12.x
install:
- # Do nothing. This is needed to prevent the default install action
# "go get -t -v ./..." from happening here because we want it to happen
# inside script step.
script:
- go test -v -race -mod=readonly ./...