From 6529be606a0104588a204599090d5256e9e42174 Mon Sep 17 00:00:00 2001 From: Seth Kinast Date: Tue, 3 Mar 2015 17:47:36 -0800 Subject: [PATCH] Add Travis test targets --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b03cd8e..59030498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,24 @@ language: node_js node_js: + - "0.12" - "0.10" - "0.8" + - "iojs-v1.4" env: - TEST="all" - TEST="node" matrix: exclude: + - node_js: "iojs-v1.4" + env: TEST="node" + - node_js: "0.12" + env: TEST="node" - node_js: "0.10" env: TEST="node" - node_js: "0.8" env: TEST="all" notifications: email: - - jdemorais@linkedin.com - - vbasavaraj@linkedin.com - - jleppert@linkedin.com - jchan@linkedin.com - skinast@linkedin.com before_install: