good morning!!!!

Skip to content
Snippets Groups Projects
Commit 71b338e8 authored by Taylor Gerring's avatar Taylor Gerring
Browse files

update travis steps

parent 58812fad
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment