From 86922ed997bba8d99fa8883822b7c9f028c2809c Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sat, 29 Jul 2017 18:05:51 -0400 Subject: [PATCH] Updating node version for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 780472c..e367b1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "4.1" + - "node" before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"