From f1d803b7e5aea1e6bf144edca22916547ab6b80d Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 29 Aug 2015 15:28:31 -0400 Subject: [PATCH] build: support io.js 1.x --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 347a24b..5e15a26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ node_js: - "0.8" - "0.10" - "0.12" + - "1.0" + - "1.8" sudo: false before_install: # Setup Node.js version-specific dependencies