update travis steps

This commit is contained in:
Taylor Gerring 2014-11-15 19:45:05 -06:00
parent 58812fad42
commit 71b338e8ac
1 changed files with 4 additions and 3 deletions

View File

@ -11,10 +11,11 @@ install:
- go get code.google.com/p/go.tools/cmd/vet
- go get code.google.com/p/go.tools/cmd/cover
- ./install_deps.sh
after_script:
# - gofmt -l -w .
# - goimports -l -w .
before_script:
- gofmt -l -w .
- goimports -l -w .
# - golint .
# - go vet ./...
# - go test -race ./...
script:
- ./gocoverage.sh