From ce445c5d27f23ae23b90bb1033881df7ec26c544 Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Thu, 3 Nov 2016 17:28:35 +0200 Subject: [PATCH] Update node version for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7fb8eb..14de794 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "0.10" + - "4.4.7" notifications: email: - dustin@dustindiaz.com