2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Use locally installed grunt for running tests

This commit is contained in:
Matt Zabriskie
2015-11-20 11:59:03 -07:00
parent b404124b47
commit 7da605cf3a
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -2,7 +2,5 @@ language: node_js
email:
on_failure: change
on_success: never
before_script:
- npm install -g grunt-cli
after_success:
- npm run coveralls
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Promise based HTTP client for the browser and node.js",
"main": "index.js",
"scripts": {
"test": "grunt test",
"test": "./node_modules/.bin/grunt test",
"start": "node ./sandbox/server.js",
"examples": "node ./examples/server.js",
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"