Skip to content

Commit

Permalink
Travis CI: Switch to PHP 5.3 for branch deployment (just like release…
Browse files Browse the repository at this point in the history
… deployment)
  • Loading branch information
PhrozenByte committed Dec 2, 2019
1 parent 86f82b9 commit 1d250a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d250a2

Please sign in to comment.