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

@ -5,3 +5,5 @@ node_js:
- "8" - "8"
- "9" - "9"
- "10" - "10"
- "11"
- "12"