Updated circle.yml added npm install and grunt test step

pull/1580/head
Torkel Ödegaard 10 years ago
parent 3f3b14130b
commit 028ae7053b
  1. 4
      circle.yml

@ -5,7 +5,9 @@ machine:
dependencies: dependencies:
override: override:
- go get github.com/tools/godep - go get github.com/tools/godep
- npm install
test: test:
override: override:
- godep test -v ./pkg/... - godep go test -v ./pkg/...
- ./node_modules/grunt-cli/bin/grunt test

Loading…
Cancel
Save