From adad7422829c3d339e9c163ae56a8cc1367cc30d Mon Sep 17 00:00:00 2001 From: Timo Behrmann Date: Tue, 21 Feb 2017 14:18:50 +0100 Subject: [PATCH] travis --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b445db..66b7bcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,6 @@ script: - "make test-cov" matrix: include: - - node_js: '4' - before_install: npm -g i npm@2 + - node_js: '6' after_script: 'make test-cov-coveralls || exit 0' - - node_js: '4' - before_install: npm -g i npm@3 - - node_js: '5' - before_install: npm -g i npm@2 - - node_js: '5' - before_install: npm -g i npm@3 + - node_js: 'node' \ No newline at end of file