Update .travis.yml
This commit is contained in:
parent
1ad9791276
commit
4f29529747
|
|
@ -15,7 +15,7 @@ before_install:
|
||||||
- go get golang.org/x/lint/golint
|
- go get golang.org/x/lint/golint
|
||||||
- go get honnef.co/go/tools/cmd/staticcheck
|
- go get honnef.co/go/tools/cmd/staticcheck
|
||||||
- go get -u github.com/golang/dep/cmd/dep
|
- go get -u github.com/golang/dep/cmd/dep
|
||||||
- make dep
|
- make go-dependencies
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make verify
|
- make verify
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue