Skip to content

Commit

Permalink
Merge pull request #75 from joohoi/golintfix-revert
Browse files Browse the repository at this point in the history
Revert "Disable golint until golang/go#25048 is resolved."
  • Loading branch information
joohoi committed Apr 25, 2018
2 parents a5b4179 + d1af1d0 commit a17792d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ go:
env:
- "PATH=/home/travis/gopath/bin:$PATH"
before_install:
- go get github.com/golang/lint/golint
- go get github.com/mattn/goveralls
script:
- go vet
- golint -set_exit_status
- go test -race -v
- $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci

0 comments on commit a17792d

Please sign in to comment.