Commit 028ae705 by Torkel Ödegaard

Updated circle.yml added npm install and grunt test step

parent 3f3b1413
......@@ -5,7 +5,9 @@ machine:
dependencies:
override:
- go get github.com/tools/godep
- npm install
test:
override:
- godep test -v ./pkg/...
- godep go test -v ./pkg/...
- ./node_modules/grunt-cli/bin/grunt test
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