From 19475a06f515fee1e228248edc08395978bf30f4 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Sun, 24 Jun 2018 21:25:38 -0400 Subject: [PATCH] Re-enable node 8 for testing. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0590df7b7..5b6deaf5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,13 +2,13 @@ language: node_js node_js: - "6" -# - "8" + - "8" env: - RUN_PHANTOMJS=0 - RUN_PHANTOMJS=1 #matrix: -# exclude: -# - node_js: "6" -# env: RUN_PHANTOMJS=1 + exclude: + - node_js: "6" + env: RUN_PHANTOMJS=1