From c1d5aee8899725cf588bf9e770a8cce28df1ed1a Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Sun, 14 Jan 2018 13:02:56 +0800 Subject: [PATCH] Run Travis CI with Node.js v6 and v8 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f7a64e2..a2d1eed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,8 @@ os: - linux node_js: + - '8' - '6' - - '5' - - '4' before_install: - npm install -g npm