diff --git a/Makefile b/Makefile index ccf8246cabf..6cccaa7f64b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ build: test: godep go test -v ./pkg/... - npm run test + npm test run: ./bin/grafana-server diff --git a/circle.yml b/circle.yml index 22dab8ab893..02f9f91e103 100644 --- a/circle.yml +++ b/circle.yml @@ -25,12 +25,12 @@ test: # Go test - godep go test -v ./pkg/... # js tests - - ./node_modules/grunt-cli/bin/grunt test + - npm test - npm run coveralls deployment: master: branch: master owner: grafana - commands: + commands: - ./trigger_grafana_packer.sh ${TRIGGER_GRAFANA_PACKER_CIRCLECI_TOKEN}