Travis: try node 10

This commit is contained in:
Ronan Jouchet 2018-05-02 21:51:27 -04:00 committed by GitHub
parent be25eab45d
commit ef755b53c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -5,10 +5,7 @@ addons:
repo_token: CODE_CLIMATE_TOKEN
node_js:
# NPM currently does not support node 9 https://github.com/nodejs/node/issues/16649, we have to
# wait for the next release
# - node
- 'lts/*'
- '10'
- '8'
- '7'
- '6'