Update .travis.yml

This commit is contained in:
antoniaklja 2019-01-10 22:35:43 +01:00
parent 1ad9791276
commit 4f29529747
1 changed files with 1 additions and 1 deletions

View File

@ -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