From 1f29139198a740e02e8b809c5ae777846fb6aaef Mon Sep 17 00:00:00 2001 From: Erno Salo <39559256+endormi@users.noreply.github.com> Date: Wed, 18 Sep 2019 16:20:09 +0300 Subject: [PATCH 1/2] Add node_js versions and remove sudo false --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f435902..badc3a0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: + - 'node' # stable version + - '10' - '8' -sudo: false before_script: './node_modules/.bin/lerna bootstrap' script: From db2ee9f7ff67e5e19393751672195ab6ed041ee4 Mon Sep 17 00:00:00 2001 From: Erno Salo <39559256+endormi@users.noreply.github.com> Date: Wed, 18 Sep 2019 16:27:19 +0300 Subject: [PATCH 2/2] Stable version of node doesn't appear to work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Weird 😕 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index badc3a0d..947b0aaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - 'node' # stable version - '10' - '8' before_script: