From 239a0bccbdbdbaa1a85dd70e2da313c53dd3453d Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 5 Dec 2020 07:13:09 +0000 Subject: [PATCH] checkPlugins: improve travis config to not error --- bin/plugins/lib/travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/plugins/lib/travis.yml b/bin/plugins/lib/travis.yml index b0d8448bc..881d462e4 100644 --- a/bin/plugins/lib/travis.yml +++ b/bin/plugins/lib/travis.yml @@ -40,7 +40,7 @@ jobs: - "mv !([plugin_name]) [plugin_name]" - "git clone https://github.com/ether/etherpad-lite.git etherpad" - "cd etherpad" - - "mkdir node_modules" + - "mkdir -p node_modules" - "mv ../[plugin_name] node_modules" - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" @@ -56,7 +56,7 @@ jobs: - "mv !([plugin_name]) [plugin_name]" - "git clone https://github.com/ether/etherpad-lite.git etherpad" - "cd etherpad" - - "mkdir node_modules" + - "mkdir -p node_modules" - "mv ../[plugin_name] node_modules" - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" @@ -68,5 +68,5 @@ notifications: channels: - "irc.freenode.org#etherpad-lite-dev" -##ETHERPAD_TRAVIS_V=7 +##ETHERPAD_TRAVIS_V=8 ## Travis configuration automatically created using bin/plugins/updateAllPluginsScript.sh