Remove linter from travis

This commit is contained in:
Jeroen Simonetti 2019-04-29 10:55:08 +02:00
parent ad2b532ba6
commit 2bde3eceb7

View File

@ -6,11 +6,9 @@ go:
os:
- linux
before_install:
- go get golang.org/x/lint/golint
- go get -d ./...
script:
- go build -tags=gofuzz ./...
- go vet ./...
# - golint -set_exit_status ./...
- go test -v -tags=integration ./...
- .travis/tests.sh