We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a875f commit 987ca98Copy full SHA for 987ca98
.travis.yml
@@ -2,7 +2,5 @@ sudo: false
2
language: node_js
3
node_js:
4
- "stable"
5
-before_install:
6
- - npm i [email protected]
7
8
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
0 commit comments