We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74836c commit 36831b6Copy full SHA for 36831b6
.travis.yml
@@ -1,5 +1,6 @@
1
node_js:
2
- 8
3
+ - 10
4
language: node_js
5
script: "npm run-script test-travis"
6
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
0 commit comments