From ef755b53c73c950dd4b1fef5b49e0b37127bf6a4 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Wed, 2 May 2018 21:51:27 -0400 Subject: [PATCH] Travis: try node 10 --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b43d076..c3c9711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'