Skip to content

Commit de47710

Browse files
committed
tech(circle): rearrange build order
1 parent 5b57210 commit de47710

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

circle.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ dependencies:
1818

1919
test:
2020
override:
21-
# FMT
2221
- test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
23-
# GO VET
2422
- go vet ./pkg/...
25-
# Go test
26-
- godep go test ./pkg/...
27-
# js tests
23+
# JS tests
2824
- npm test
2925
- npm run coveralls
26+
# GO tests
27+
- godep go test -v ./pkg/...
3028

3129
deployment:
3230
master:

0 commit comments

Comments
 (0)