From bc5c8a0f97c6a8a113280c5d859a8644cae2765b Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Mon, 12 Jun 2017 02:12:38 +0100 Subject: [PATCH] Add support for testing with Node.js 8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1f91f67..33c11fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ node_js: - "5.0" - "6.0" - "7.0" + - "8.0" before_script: - npm install -g gulp