From f40ecf2a628248edf2987812408c302d52636f44 Mon Sep 17 00:00:00 2001 From: Accalia de Elementia Date: Thu, 3 Dec 2015 14:03:42 +0000 Subject: [PATCH] update nodejs versions we test against --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e88a027..2dc3af63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,8 @@ node_js: - iojs - '0.11' - '0.12' -- iojs-v1.7 -- iojs-v1.8 -- iojs-v2.5 -- iojs-v3.0 +- '4.0' +- '4.1' before_script: - rm -rf ./coverage - git config credential.helper "store --file=.git/credentials"