Skip to content

Commit c600384

Browse files
author
pemrouz
committed
chore: remove ci coverage
1 parent 755550f commit c600384

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "stable"
5-
6-
after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
4+
- "stable"

0 commit comments

Comments
 (0)