Ver código fonte

Updated circle.yml added npm install and grunt test step

Torkel Ödegaard 11 anos atrás
pai
commit
028ae7053b
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      circle.yml

+ 3 - 1
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