From 0a18136f4034dc4c19c7ee54dbc32c092e6e2dde Mon Sep 17 00:00:00 2001 From: XuluWarrior Date: Thu, 8 Mar 2018 12:30:49 +0000 Subject: [PATCH] Travis configuration included incompatible versions of node 0.10 does not support Map 0.13 does not exist iojs is deprecated and merged into 4.0 --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0fc9381..2847379 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,6 @@ sudo: false language: node_js node_js: - - "0.10" - "0.12" - - "0.13" - - "iojs" -matrix: - fast_finish: true - allow_failures: - - node_js: "0.13" + - "4.0" + - "6.0"