Bugfix: Travis parse (#4164)

This commit is contained in:
John McLear 2020-07-14 18:47:38 +01:00 committed by GitHub
parent ab8320d15b
commit 8ae823032d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
install:
- "bin/installDeps.sh"
# 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
- "sed 's/\"allowAnyoneToImport\": false,/\"allowAnyoneToInput\": true,/g' settings.json > settings.json"
- "cd src && npm install && cd -"