Browse Source

Add Node 10 and 11

Godzil 5 years ago
parent
commit
401a511668
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -3,6 +3,8 @@ sudo: false
 node_js:
  - 8
  - 9
+ - 10
+ - 11
 before_install:
  - npm install --only=dev
 script: