From 5f26f00136066ca33b5dbe092adb1ad1d1b84466 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Tue, 12 Oct 2021 18:00:48 +0800 Subject: [PATCH] chore: attempt CI fix --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c4e7d22d6..9ff1e4a49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ node_js: before_install: - npm config set depth 0 +install: + - echo "Avoid Travis's npm auto-install" before_script: > npm install --legacy-peer-deps --no-save "eslint@${ESLINT}" notifications: