From 806ebe6e1abea47583ec57b6811b67958a2b3369 Mon Sep 17 00:00:00 2001 From: Claudius Date: Sun, 12 May 2019 10:01:38 +0200 Subject: drop node 6 support We will no longer test on node6 and instead focus on 8+. This won't break node6 immediately, but we will no longer go out of our way supporting a version that does not receive security updates. Signed-off-by: Claudius --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a2fce834..a5c50dee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,25 +4,25 @@ cache: yarn env: global: - CXX=g++-4.8 - - YARN_VERSION=1.15.2 + - YARN_VERSION=1.16.0 jobs: include: - env: task=npm-test node_js: - - 6 + - 8 before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION" - export PATH="$HOME/.yarn/bin:$PATH" - env: task=npm-test node_js: - - 8 + - 10 before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION" - export PATH="$HOME/.yarn/bin:$PATH" - env: task=npm-test node_js: - - 10 + - 12 before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION" - export PATH="$HOME/.yarn/bin:$PATH" -- cgit v1.2.3