From cc6fd1f40a3a61e4ab607c8ba7e8698ee684a858 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 20 Dec 2015 22:10:28 -0500 Subject: [PATCH] build: support Node.js 4.x --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9d19573..2d149ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ node_js: - "1.8" - "2.5" - "3.3" + - "4.2" sudo: false before_install: # Setup Node.js version-specific dependencies