[TASK] Add NodeJs 9 test

This commit is contained in:
Xaver Maierhofer 2017-11-02 01:06:59 +01:00
parent aa89f06342
commit ed93a202d6
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8

View File

@ -4,7 +4,7 @@ dist: trusty
language: node_js language: node_js
node_js: node_js:
- "8" - "9"
os: os:
- linux - linux
@ -13,9 +13,11 @@ os:
matrix: matrix:
include: include:
- node_js: 8 - node_js: 9
os: linux os: linux
env: USE_NPM=true env: USE_NPM=true
- node_js: 8
os: linux
- node_js: 6 - node_js: 6
os: linux os: linux