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 31be04b commit 8ca3255Copy full SHA for 8ca3255
.travis.yml
@@ -9,4 +9,5 @@ matrix:
9
env: INTEGRATION=true
10
script:
11
- "[ \"$INTEGRATION\" = true ] && npm run integration || npm test"
12
-after_success: npm run coveralls
+after_success:
13
+ - './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
package.json
@@ -14,8 +14,7 @@
14
},
15
"scripts": {
16
"test": "nyc ava",
17
- "integration": "./test/integration/test.js",
18
- "coveralls": "nyc report --reporter=text-lcov | coveralls"
+ "integration": "./test/integration/test.js"
19
20
"files": [
21
"index.js",
0 commit comments