Skip to content

Commit

Permalink
change lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Dec 28, 2018
1 parent 94fd316 commit 9a3da3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ install:
- go build -v ./...
script:
- go vet ./...
- $HOME/gopath/bin/golint .
- $HOME/gopath/bin/golint -set_exit_status $(go list ./... | grep -v /vendor/)
- go test -v ./...

0 comments on commit 9a3da3a

Please sign in to comment.