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.
2 parents 4852c92 + 1816f73 commit ffb750bCopy full SHA for ffb750b
.travis.yml
@@ -3,4 +3,5 @@ node_js:
3
- 'stable'
4
- '0.12'
5
- '0.10'
6
-after_success: npm run coveralls
+after_success:
7
+ - '[ -z "$COVERALLS_REPO_TOKEN" ] && tap --coverage-report=text-lcov | ./node_modules/.bin/coveralls'
package.json
@@ -39,7 +39,6 @@
39
"scripts": {
40
"test": "xo && tap --coverage --reporter=spec --timeout=150 test/*.js",
41
"test-win": "tap --reporter=spec --timeout=150 test/*.js",
42
- "coveralls": "tap --coverage-report=text-lcov | coveralls",
43
"coverage": "tap --coverage-report=lcov"
44
},
45
"files": [
0 commit comments