We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43cc8c commit 404223bCopy full SHA for 404223b
.travis.yml
@@ -1,8 +1,11 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "0.12"
5
- "0.10"
+ - "0.12"
6
- "4"
7
- "6"
8
+ - "8"
9
+ - "10"
10
+ - "14"
11
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