From 8cd2f4623dfe950154529e4feb5173d55047ff7a Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Wed, 5 Sep 2018 12:13:31 +0100 Subject: [PATCH] Remove tests using node version 7 Since node 7 is EOL and may breaks some new builds, we want to get rid of it. But having tests in version 8 would be nice, right? So here we go. Signed-off-by: Sheogorath --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ce5723..887299b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ jobs: - export PATH="$HOME/.yarn/bin:$PATH" - env: task=npm-test node_js: - - 7 + - 8 before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION" - export PATH="$HOME/.yarn/bin:$PATH"