Skip to content

Commit 36054c8

Browse files
committed
travis: remove lint from travis
1 parent 0b82f65 commit 36054c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,5 @@ before_script:
1616
script:
1717
- go test -v -race ./...
1818
- goveralls -service=travis-ci
19-
- go vet ./...
20-
- golint -set_exit_status .
21-
- golint -set_exit_status ./token
22-
- golint -set_exit_status ./compiler
23-
- golint ./ast
24-
- unused ./...
2519
- vim -u NONE -N --cmd "let &rtp .= ',' . getcwd()" -S go/generate.vim -c ":q"
2620
- (! git diff | grep '^') # check diff

0 commit comments

Comments
 (0)