Skip to content

Commit 6954382

Browse files
committed
.travis.yml: try go get ./... to fix linting
Signed-off-by: meows <[email protected]>
1 parent 2c59367 commit 6954382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,5 @@ matrix:
117117
git:
118118
submodules: false
119119
script:
120+
- go get ./...
120121
- go run build/ci.go lint

0 commit comments

Comments
 (0)