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
|
- kill $pid
|
||||||
# Using HEAD of dependencies
|
# Using HEAD of dependencies
|
||||||
- install:
|
- install:
|
||||||
- go get -t ./...
|
- go get -t -u ./...
|
||||||
- go get -u golang.org/x/lint/golint
|
- go get -u golang.org/x/lint/golint
|
||||||
- go get -u golang.org/x/tools/cmd/...
|
- go get -u golang.org/x/tools/cmd/...
|
||||||
script:
|
script:
|
||||||
|
@ -39,7 +39,7 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
# Using HEAD of dependencies
|
# Using HEAD of dependencies
|
||||||
- install:
|
- install:
|
||||||
- go get -t ./...
|
- go get -t -u ./...
|
||||||
- go get -u golang.org/x/lint/golint
|
- go get -u golang.org/x/lint/golint
|
||||||
- go get -u golang.org/x/tools/cmd/...
|
- go get -u golang.org/x/tools/cmd/...
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue