Prechádzať zdrojové kódy

Updated circle.yml added npm install and grunt test step

Torkel Ödegaard 10 rokov pred
rodič
commit
028ae7053b
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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