From 98390c349cb3a3b725e985cf807e1a9a3a55d72f Mon Sep 17 00:00:00 2001 From: Matthew Metnetsky Date: Tue, 14 Apr 2015 10:03:14 -0400 Subject: [PATCH] .travis.yml :: test against older (LOL) iojs versions (1.0, 1.4, 1.6) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7a8faf5..279dbfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,7 @@ node_js: - '0.10' - '0.11' - '0.12' + - 'iojs-v1.0.0' + - 'iojs-v1.4.0' + - 'iojs-v1.6.0' - 'iojs'