Travis CI: Remove 'sudo' requirement for branch deployment
This commit is contained in:
parent
b25225bbf4
commit
a5ff37e380
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue