Travis CI: Switch to PHP 5.3 for branch deployment (just like release deployment)
This commit is contained in:
parent
86f82b930d
commit
1d250a2f7c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue