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 81b5fc6 commit ac930a3Copy full SHA for ac930a3
.travis.yml
@@ -4,5 +4,7 @@ node_js:
4
- '0.12'
5
- '4'
6
- '5'
7
+script:
8
+ - npm run coverage
9
after_success:
10
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
package.json
@@ -7,7 +7,8 @@
"quicktest": "mocha",
"test": "mocha --compilers js:babel-core/register",
"coverage": "babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha",
- "prepublish": "babel -d lib src"
+ "prepublish": "babel -d lib src",
11
+ "clean": "rm -rf lib coverage"
12
},
13
"keywords": [
14
"async",
0 commit comments