From 1d250a2f7c26d34084a4be42575f57c354a3d6f9 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 2 Dec 2019 19:28:16 +0100 Subject: [PATCH] Travis CI: Switch to PHP 5.3 for branch deployment (just like release deployment) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1da09c8..12bd149 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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