Updated circle.yml added npm install and grunt test step

This commit is contained in:
Torkel Ödegaard 2015-03-07 12:55:26 +01:00
parent 3f3b14130b
commit 028ae7053b

View File

@ -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