From dd9629f96f3a204f6c24156f648b172f7c6abd4c Mon Sep 17 00:00:00 2001 From: Takuto Wada Date: Mon, 16 Feb 2015 10:37:36 +0900 Subject: [PATCH] chore(travis): add Node 0.12 and io.js to travis build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 61bbbae1..3bf80f08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ sudo: false node_js: - "0.10" - "0.11" + - "0.12" + - "iojs" before_install: - "npm install -g bower" - "npm install -g browserify"