checkPlugins: improve travis config to not error

pull/4542/head
John McLear 2020-12-05 07:13:09 +00:00
parent 0f1d5e068a
commit 239a0bccbd
1 changed files with 3 additions and 3 deletions

View File

@ -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