From f1f7f6b11e11ee6056b9593ff40f9c55bda05391 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Wed, 12 Sep 2018 22:11:27 +0900 Subject: [PATCH] Run Node.js v8 and v10 on CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 94e72f1..3e875c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ sudo: false language: node_js node_js: - 6 + - 8 + - 10 before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi script: npm run lint && npm test notifications: