From e984bd212bf02087f336ea7bf93e563878986e6a Mon Sep 17 00:00:00 2001 From: Madison Grubb Date: Sun, 5 Feb 2017 12:16:58 -0500 Subject: [PATCH] updating travis to reflect verdaccio's current setup (removed iojs & 0.12 support) --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1c91b0a46..abb19441a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ language: node_js node_js: - - '0.12' - '4' - '6' - - 'iojs' + - '7' sudo: false matrix: allow_failures: - node_js: 'iojs' fast_finish: true -script: npm install . && npm run test-travis +script: npm install . && npm run test-travis \ No newline at end of file