From 17ce70bab836baff6292ebe32f434bc191ef00f0 Mon Sep 17 00:00:00 2001 From: optikfluffel Date: Thu, 19 Feb 2015 21:56:29 +0100 Subject: [PATCH] add io.js and 0.12 to test matrix --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c91e3e..cd8468d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: node_js node_js: - - 0.8 - - 0.10 + - "0.8" + - "0.10" + - "0.12" + - iojs notifications: email: on_success: change