Skip to content

Commit 1e1fa8d

Browse files
committed
.travis.yml: make sure we can install before linting
golangci/golangci-lint#825 Signed-off-by: meows <[email protected]>
1 parent 6954382 commit 1e1fa8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,5 @@ matrix:
118118
submodules: false
119119
script:
120120
- go get ./...
121+
- go run build/ci.go install
121122
- go run build/ci.go lint

0 commit comments

Comments
 (0)