We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755550f commit c600384Copy full SHA for c600384
.travis.yml
@@ -1,6 +1,4 @@
1
sudo: false
2
language: node_js
3
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
+ - "stable"
0 commit comments