Преглед изворни кода

Updated circle.yml added npm install and grunt test step

Torkel Ödegaard пре 11 година
родитељ
комит
028ae7053b
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      circle.yml

+ 3 - 1
circle.yml

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