Adding more node versions to Travis

master
Mark Moffat 2019-06-15 11:25:15 +09:30
parent 113bfe05cc
commit d3390d8b16
1 changed files with 3 additions and 1 deletions

View File

@ -4,4 +4,6 @@ services:
node_js:
- "8"
- "9"
- "10"
- "10"
- "11"
- "12"