From 4704880b32350f2d7886a0e3fe1572dc91dfa0ae Mon Sep 17 00:00:00 2001 From: Matthieu Lux Date: Mon, 14 Sep 2015 11:23:48 +0200 Subject: [PATCH 1/2] add node 4 on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 661c76ed..89610a6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false node_js: - '0.10' - '0.12' + - stable - iojs env: @@ -19,6 +20,7 @@ cache: matrix: fast_finish: true allow_failures: + - node_js: stable - node_js: iojs install: From f211c3a295f70a5640d6e7d6a77f7727fb68fb9a Mon Sep 17 00:00:00 2001 From: Matthieu Lux Date: Wed, 16 Sep 2015 08:41:52 +0200 Subject: [PATCH 2/2] remove support of iojs now that we have node 4 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89610a6e..218623b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ node_js: - '0.10' - '0.12' - stable - - iojs env: global: @@ -21,7 +20,6 @@ matrix: fast_finish: true allow_failures: - node_js: stable - - node_js: iojs install: # Check the size of caches