From 63412734708ba903beaf15e2cb9eac046ba7975a Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Wed, 31 Aug 2016 19:33:59 +0100 Subject: [PATCH] Run Travis CI on Node v6 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32c4e94b9..b723408ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,10 @@ matrix: - node_js: "0.12" - node_js: "4" - node_js: "5" + - node_js: "6" fast_finish: true env: - - "NODE_FLAGS='' SCRIPT_FLAGS=''" + - "NODE_FLAGS='' SCRIPT_FLAGS=''" before_script: - git submodule update --init --recursive script: "node $NODE_FLAGS tools/test.js $SCRIPT_FLAGS"