Travis CI: Switch to PHP 5.3 for branch deployment (just like release deployment)

This commit is contained in:
Daniel Rudolf 2019-12-02 19:28:16 +01:00
parent 86f82b930d
commit 1d250a2f7c
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -32,7 +32,8 @@ jobs:
# Branch deployment stage
- stage: deploy-branch
if: type == "push" && tag IS blank
php: 5.6
php: 5.3
dist: precise
install:
- '[[ ",$DEPLOY_PHPDOC_BRANCHES," == *,"$TRAVIS_BRANCH",* ]] || travis_terminate 0'
- install.sh --deploy