Skip to content

Commit 8b4e4c0

Browse files
Simplified coveralls command
1 parent 7acb227 commit 8b4e4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ script: npm run lint && npm run coverage
1919

2020
after_success:
2121
# send code-coverage data to Coveralls
22-
- cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
22+
- cat ./coverage/lcov.info | coveralls

0 commit comments

Comments
 (0)