From efc87cc6cea12d1190e3f208aa7bc603cdecf00a Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Fri, 6 Oct 2017 09:59:42 +0100 Subject: [PATCH] Update node version on Travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5288cdf..fefb848 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "5" + - "6" before_install: - '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28' - npm install -g npm@latest