From b94cd8ef821b810909088582dbd75a8b27c8d672 Mon Sep 17 00:00:00 2001 From: Aashish Chaudhary Date: Wed, 15 Mar 2017 11:58:15 -0400 Subject: [PATCH] Use version 4 that fixes the const in strict mode --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52d571ef52..fdfb51c911 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: required dist: trusty node_js: - - '0.12' + - '4' addons: firefox: latest