Skip to content

Commit

Permalink
fix golint installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Feb 27, 2019
1 parent b2cdfda commit 650070c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ services:
- rabbitmq

before_install:
- export GO111MODULE=on
- go get github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
- go get github.com/gordonklaus/ineffassign
- go get github.com/fzipp/gocyclo
- go get github.com/client9/misspell/cmd/misspell
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls

script:
- "./pre-commit"
- GO111MODULE=on "./pre-commit"
- GO111MODULE=on make test
- GO111MODULE=on make build-all
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
Expand Down

0 comments on commit 650070c

Please sign in to comment.