travis: try to go get the latest dependencies

This commit is contained in:
Leo Balduf 2019-10-12 12:14:39 +09:00
parent 0936bd3f9a
commit 797d0cb6e2

View file

@ -22,7 +22,7 @@ matrix:
- kill $pid
# Using HEAD of dependencies
- install:
- go get -t ./...
- go get -t -u ./...
- go get -u golang.org/x/lint/golint
- go get -u golang.org/x/tools/cmd/...
script:
@ -39,7 +39,7 @@ matrix:
allow_failures:
# Using HEAD of dependencies
- install:
- go get -t ./...
- go get -t -u ./...
- go get -u golang.org/x/lint/golint
- go get -u golang.org/x/tools/cmd/...
script: