From 07b862b8ac13a2b911b961c73e9c446b0b7e6113 Mon Sep 17 00:00:00 2001 From: Aluan Haddad Date: Wed, 25 Oct 2017 11:54:38 -0400 Subject: [PATCH] Update node js version to 4.8.5 This fixes the CI failures on Travis caused by the use of hoek, a transitive dependency, that requires node >= 4.x. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3aa4e55..15cb542 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: -- '0.10' +- '4.8.5' branches: only: - master