Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

Commit 7cba11c

Browse files
committed
Remove call to govendor from Travis build
1 parent ae2ba24 commit 7cba11c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ go:
77
- "1.14.x"
88

99
install:
10-
# This script is used by the Travis build to install a cookie for
11-
# go.googlesource.com so rate limits are higher when using `go get` to fetch
12-
# packages that live there.
13-
# See: https://github.com/golang/go/issues/12933
14-
- bash scripts/gogetcookie.sh
15-
- go get github.com/kardianos/govendor
10+
- go mod vendor
1611

1712
script:
1813
- make test

0 commit comments

Comments
 (0)