From 748c63fa0b5e6dd91d76d867e2448cf52af6d733 Mon Sep 17 00:00:00 2001 From: strideynet Date: Thu, 17 Aug 2017 13:24:21 +0100 Subject: [PATCH] Update NodeJS Version Over the new few days I will test the newer major versions, for now just bumping to the latest V4 LTS --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5240eef1..89bc3d76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ notifications: email: false sudo: false node_js: - - "4.2.6" + - "4.8.1" cache: directories: - node_modules @@ -12,4 +12,4 @@ before_script: script: - npm run lint - - npm test \ No newline at end of file + - npm test