From ff2b346ff3139dfd4b19738828edda92a8bc90a2 Mon Sep 17 00:00:00 2001 From: Zac Colley Date: Mon, 17 Oct 2016 19:05:18 +0100 Subject: [PATCH] fix(ci): update node versions used by travis ci revert the node versions to what we had before semantic release --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 901a7bf..c3e6503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,8 @@ notifications: email: false node_js: - '4' - - iojs-v3 - - iojs-v2 - - iojs-v1 - - '0.12' - - '0.10' + - '5' + - 'node' before_install: - npm i -g npm@^2.0.0 before_script: