Skip to content

Commit

Permalink
remove old linter from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
basvanbeek committed Oct 11, 2022
1 parent 138b910 commit b38df3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ matrix:

install:
- go get -d -t ./...
- go install golang.org/x/lint/golint

script:
- make test vet lint bench
- make test vet bench

notifications:
webhooks:
Expand Down

0 comments on commit b38df3b

Please sign in to comment.