Commit 71b338e8 authored by Taylor Gerring's avatar Taylor Gerring

update travis steps

parent 58812fad
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment