3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00

tech(circle): rearrange build order

This commit is contained in:
bergquist 2016-08-09 14:21:01 +02:00
parent f7a9102523
commit 3195209878

View File

@ -18,15 +18,13 @@ dependencies:
test:
override:
# FMT
- test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
# GO VET
- go vet ./pkg/...
# Go test
- godep go test ./pkg/...
# js tests
# JS tests
- npm test
- npm run coveralls
# GO tests
- godep go test -v ./pkg/...
deployment:
master: