Travis CI: Remove 'sudo' requirement for branch deployment

This commit is contained in:
Daniel Rudolf 2019-11-25 00:41:08 +01:00
parent b25225bbf4
commit a5ff37e380
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ jobs:
- stage: deploy-branch
if: type == "push" && tag IS blank
php: 5.6
sudo: required
install:
- '[[ ",$DEPLOY_PHPDOC_BRANCHES," == *,"$TRAVIS_BRANCH",* ]] || travis_terminate 0'
- install.sh --deploy