From e0e128804076c897b9207b431932fb2e9056e44a Mon Sep 17 00:00:00 2001 From: Art Date: Thu, 5 Oct 2017 14:40:29 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25080cf..f207b6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,18 +2,17 @@ language: node_js sudo: false dist: trusty node_js: - - "7" - - "6" - - "5" - - "4" + - 8 + - 7 + - 6 + - 5 + - 4 cache: directories: - node_modules - ~/.npm - -before_install: - - node -e "var pkg = require('./package.json'); pkg.devDependencies.coveralls = '^2.11'; require('fs').writeFileSync('./package.json', JSON.stringify(pkg));"; + - ~/.nvm script: - npm test @@ -23,4 +22,4 @@ after_success: notifications: on_success: change - on_failure: always \ No newline at end of file + on_failure: always