Explorar o código

use npm test to run npm tests

Dan Cech %!s(int64=9) %!d(string=hai) anos
pai
achega
650bb4c719
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      Makefile
  2. 2 2
      circle.yml

+ 1 - 1
Makefile

@@ -11,7 +11,7 @@ build:
 
 
 test:
 test:
 	godep go test -v ./pkg/...
 	godep go test -v ./pkg/...
-	npm run test
+	npm test
 
 
 run:
 run:
 	./bin/grafana-server
 	./bin/grafana-server

+ 2 - 2
circle.yml

@@ -25,12 +25,12 @@ test:
      # Go test
      # Go test
      - godep go test -v ./pkg/...
      - godep go test -v ./pkg/...
      # js tests
      # js tests
-     - ./node_modules/grunt-cli/bin/grunt test
+     - npm test
      - npm run coveralls
      - npm run coveralls
 
 
 deployment:
 deployment:
   master:
   master:
     branch: master
     branch: master
     owner: grafana
     owner: grafana
-    commands: 
+    commands:
       - ./trigger_grafana_packer.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}
       - ./trigger_grafana_packer.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}