Skip to content

Commit 1a1fb53

Browse files
committed
Correctly run golint
1 parent c11457d commit 1a1fb53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ go:
88
- master
99

1010
before_script:
11-
- go get -u github.com/golang/lint
11+
- go get -u github.com/golang/lint/...
1212

1313
script:
1414
- test -z $(gofmt -l .)
15-
- test -z $(golint ./...)
15+
- golint -set_exit_status ./...
1616
- go vet ./...
1717
- go test -v ./...
1818

0 commit comments

Comments
 (0)