Skip to content

Commit a7eef3f

Browse files
Cleaner syntax for the coveralls command
1 parent cff56e9 commit a7eef3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ after_success:
4040
- cat ./coverage/lcov.info | node_modules/.bin/codacy-coverage -p .
4141

4242
# send code-coverage data to Coveralls
43-
- cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
43+
- cat ./coverage/lcov.info | coveralls

0 commit comments

Comments
 (0)