From c3e256fdb51cdc82a86e699ad05ab5b4b62b3047 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 1 Jun 2017 11:50:25 +0200 Subject: [PATCH] Add node 8 to travis (#552) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index eb22eaf9c0..8c5d289300 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: - "4" - "6" - "7" + - "8" env: - JOB=test