From 003363bc891035e54b5d981d64b3e778de82e529 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 5 Dec 2020 08:21:08 +0000 Subject: [PATCH] checkPlugin: dont run sauce labs connector on travis backend tests (#4542) --- bin/plugins/lib/travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/plugins/lib/travis.yml b/bin/plugins/lib/travis.yml index 881d462e4..099d7e445 100644 --- a/bin/plugins/lib/travis.yml +++ b/bin/plugins/lib/travis.yml @@ -27,8 +27,6 @@ jobs: script: - npx lockfile-lint --path package-lock.json --validate-https --allowed-hosts npm - name: "Run the Backend tests" - before_script: - - "tests/frontend/travis/sauce_tunnel.sh" before_install: - sudo add-apt-repository -y ppa:libreoffice/ppa - sudo apt-get update @@ -68,5 +66,5 @@ notifications: channels: - "irc.freenode.org#etherpad-lite-dev" -##ETHERPAD_TRAVIS_V=8 +##ETHERPAD_TRAVIS_V=9 ## Travis configuration automatically created using bin/plugins/updateAllPluginsScript.sh