Skip to content

Commit

Permalink
Remove lint from travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-legalweb committed Sep 26, 2019
1 parent 7ad141f commit 50a5d26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -6,5 +6,4 @@ before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci
- golangci-lint run # run a bunch of code checkers/linters in parallel
- go test -v -race ./... # Run all the tests with the race detector enabled

0 comments on commit 50a5d26

Please sign in to comment.