We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac930a3 commit 7d223cfCopy full SHA for 7d223cf
.travis.yml
@@ -5,6 +5,7 @@ node_js:
5
- '4'
6
- '5'
7
script:
8
+ - npm test
9
- npm run coverage
10
after_success:
11
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
package.json
@@ -4,8 +4,7 @@
4
"description": "Tools for working with Promises",
"main": "lib/index.js",
"scripts": {
- "quicktest": "mocha",
- "test": "mocha --compilers js:babel-core/register",
+ "test": "mocha",
"coverage": "babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha",
"prepublish": "babel -d lib src",
"clean": "rm -rf lib coverage"
0 commit comments