We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05cb7c commit b8d8c98Copy full SHA for b8d8c98
.travis.yml
@@ -2,5 +2,7 @@ sudo: false
2
language: node_js
3
node_js:
4
- "stable"
5
+before_install:
6
+ - npm i rijs@next
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