From dd2219b5e309d49942d7859ff0bc52774ba4e5d6 Mon Sep 17 00:00:00 2001 From: Nicholas Hurley Date: Tue, 11 Aug 2015 16:35:42 -0700 Subject: [PATCH] Update node versions tested on CI * Enable testing on iojs and node 0.12 (since we support both) * Stop testing on node < 0.12 (since that's no longer supported) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b43994c..5ca377d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js node_js: - - "0.11" - - "0.10" + - "iojs" + - "0.12"