Commit 1b1bbcec by Torkel Ödegaard

Added go vet step to circle.yml

parent ebad9cb5
...@@ -16,7 +16,9 @@ test: ...@@ -16,7 +16,9 @@ test:
override: override:
# FMT # FMT
- test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)" - test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
# Go lang test # GO VET
- go vet ./pkg/...
# Go test
- godep go test -v ./pkg/... - godep go test -v ./pkg/...
# js tests # js tests
- ./node_modules/grunt-cli/bin/grunt test - ./node_modules/grunt-cli/bin/grunt test
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