From f313b6f65c040c0989118176a86aedf6f277c072 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 2 Mar 2017 18:31:24 +0100 Subject: [PATCH] bump travis node version to 6.6.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1331ef3cb..24288c6f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ branches: - soon - staging node_js: - - "4.2.1" + - "6.6.0" before_script: - npm run-script lint - cp config.js.dist config.js