Skip to content

Commit ffb750b

Browse files
committed
Merge pull request #265 from jamestalmage/fix-coverage-2
Fix failing coveralls script.
2 parents 4852c92 + 1816f73 commit ffb750b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_js:
33
- 'stable'
44
- '0.12'
55
- '0.10'
6-
after_success: npm run coveralls
6+
after_success:
7+
- '[ -z "$COVERALLS_REPO_TOKEN" ] && tap --coverage-report=text-lcov | ./node_modules/.bin/coveralls'

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"scripts": {
4040
"test": "xo && tap --coverage --reporter=spec --timeout=150 test/*.js",
4141
"test-win": "tap --reporter=spec --timeout=150 test/*.js",
42-
"coveralls": "tap --coverage-report=text-lcov | coveralls",
4342
"coverage": "tap --coverage-report=lcov"
4443
},
4544
"files": [

0 commit comments

Comments
 (0)