Commit de47710f by bergquist

tech(circle): rearrange build order

parent 5b57210a
...@@ -18,15 +18,13 @@ dependencies: ...@@ -18,15 +18,13 @@ dependencies:
test: test:
override: override:
# 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 VET
- go vet ./pkg/... - go vet ./pkg/...
# Go test # JS tests
- godep go test ./pkg/...
# js tests
- npm test - npm test
- npm run coveralls - npm run coveralls
# GO tests
- godep go test -v ./pkg/...
deployment: deployment:
master: master:
......
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