Skip to content

Commit

Permalink
introduce unused
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 14, 2016
1 parent 2728c4e commit b0ccfe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,9 +8,11 @@ install:
- go get -d -v -t ./...
- go get github.com/mattn/goveralls
- go get github.com/golang/lint/golint
- go get honnef.co/go/unused/cmd/unused

script:
- go test -v -race ./...
- goveralls -service=travis-ci
- go vet ./...
- golint -set_exit_status .
- unused ./...

0 comments on commit b0ccfe9

Please sign in to comment.