Skip to content

Commit 404223b

Browse files
committedOct 10, 2020
Add modern Node.js to travis tests
1 parent b43cc8c commit 404223b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "0.12"
54
- "0.10"
5+
- "0.12"
66
- "4"
77
- "6"
8+
- "8"
9+
- "10"
10+
- "14"
811
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

Comments
 (0)
Please sign in to comment.