travis: try to go get the latest dependencies
This commit is contained in:
parent
0936bd3f9a
commit
797d0cb6e2
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue