Просмотр исходного кода

Updated circle.yml added npm install and grunt test step

Torkel Ödegaard 10 лет назад
Родитель
Сommit
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