From b23ec1c5878b36b8331383b9b609ae31458de9f3 Mon Sep 17 00:00:00 2001 From: Katharina Irrgang Date: Tue, 6 Mar 2018 17:04:02 +0100 Subject: [PATCH] Switch Travis to Node v8 for linting and coverage (#9487) no issue - we're switching our development environments and internal hosting to version 8 in preparation to switch our recommended Node.js version to 8 - node v8 is much faster than node v6 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 535a21ca23..7c4caa6772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ env: matrix: include: - - node_js: "6" + - node_js: "8" env: TEST_SUITE=lint fast_finish: true @@ -46,7 +46,7 @@ install: after_success: - | if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then - if [[ "$DB" = "sqlite3" && "$TRAVIS_NODE_VERSION" = "6" ]]; then + if [[ "$DB" = "sqlite3" && "$TRAVIS_NODE_VERSION" = "8" ]]; then echo "Generate coverage..." grunt coverage npm install -g codeclimate-test-reporter