[TASK] Add nodejs 10 and remove 9 from travis

This commit is contained in:
Xaver Maierhofer 2018-07-09 01:55:09 +02:00
parent ad89c910ab
commit 15f8f4bd74
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ dist: trusty
language: node_js
node_js:
- "9"
- "10"
os:
- linux