Skip to content

Commit b38df3b

Browse files
committed
remove old linter from travis
1 parent 138b910 commit b38df3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ matrix:
1010

1111
install:
1212
- go get -d -t ./...
13-
- go install golang.org/x/lint/golint
1413

1514
script:
16-
- make test vet lint bench
15+
- make test vet bench
1716

1817
notifications:
1918
webhooks:

0 commit comments

Comments
 (0)