1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-05 20:10:37 +00:00

test on node 10 instead of 9

This commit is contained in:
Zack Schuster 2018-07-12 13:27:08 -07:00
parent a4ff49ff6c
commit b927f23803

View File

@ -1,8 +1,8 @@
language: node_js
node_js:
- "6"
- "8"
- "9"
- "6"
- "8"
- "10"
env:
- CXX=g++-4.8
script: