Skip to content

Commit

Permalink
.travis.yml: make sure we can install before linting
Browse files Browse the repository at this point in the history
golangci/golangci-lint#825
Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits committed May 5, 2020
1 parent 6954382 commit 1e1fa8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -118,4 +118,5 @@ matrix:
submodules: false
script:
- go get ./...
- go run build/ci.go install
- go run build/ci.go lint

0 comments on commit 1e1fa8d

Please sign in to comment.