Skip to content

Commit

Permalink
Hold off on go vet for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Sep 8, 2014
1 parent ecacc00 commit 0631a00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -5,12 +5,10 @@ go:
install:
- go get -d -t -v ./...
- go get -v code.google.com/p/go.tools/cmd/cover
- go get code.google.com/p/go.tools/cmd/vet
- go get github.com/GeertJohan/fgt
- go get github.com/golang/lint/golint
script:
- export PATH=$PATH:$HOME/gopath/bin
- go vet *.go
- fgt golint *.go
- go test -v -covermode=count -coverprofile=profile.cov
after_success:
Expand Down

0 comments on commit 0631a00

Please sign in to comment.