Bugfix: Travis parse (#4164)
parent
ab8320d15b
commit
8ae823032d
|
@ -39,7 +39,7 @@ jobs:
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
# Set soffice to /usr/bin/soffice
|
# Set soffice to /usr/bin/soffice
|
||||||
- "sed 's/\"soffice\": null,/\"soffice\": "/usr/bin/soffice",/g' settings.json.template > settings.json"
|
- "sed 's/\"soffice\": null,/\"soffice\": \"/usr/bin/soffice\",/g' settings.json.template > settings.json"
|
||||||
# Set allowAnyoneToImport to true
|
# Set allowAnyoneToImport to true
|
||||||
- "sed 's/\"allowAnyoneToImport\": false,/\"allowAnyoneToInput\": true,/g' settings.json > settings.json"
|
- "sed 's/\"allowAnyoneToImport\": false,/\"allowAnyoneToInput\": true,/g' settings.json > settings.json"
|
||||||
- "cd src && npm install && cd -"
|
- "cd src && npm install && cd -"
|
||||||
|
|
Loading…
Reference in New Issue