From 9c02dee0cdecb29ead383ee6afeec0615971babc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Di=20Biase?= Date: Thu, 22 Jun 2017 11:09:32 -0300 Subject: [PATCH] Upgrade node version to test on travis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Luis Di Biase --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7f4764b..70cfdb4f 100755 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty sudo: false node_js: - "5.0.0" - - "4.0.0" + - "6.0.0" env: - NODE_ENV=travis TRAVIS=travis CXX=g++-4.8 services: