From 7bff8aabe7cb3bdbd849025630c344204a9e0a13 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 5 Dec 2015 21:09:34 -0400 Subject: [PATCH] build: support Node.js 5.x --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2d149ab..9264bda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ node_js: - "2.5" - "3.3" - "4.2" + - "5.1" sudo: false before_install: # Setup Node.js version-specific dependencies