Skip to content

Commit 526a20c

Browse files
committed
Repair build for php 5.3.3
1 parent 089abb2 commit 526a20c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ branches:
4242
- /^develop-.*$/
4343

4444
install:
45+
- if [ "${TRAVIS_PHP_VERSION}" = '5.3.3' ]; then composer config -g disable-tls true; fi;
46+
- if [ "${TRAVIS_PHP_VERSION}" = '5.3.3' ]; then composer config -g secure-http false; fi;
4547
- composer install --dev --no-interaction --prefer-source
4648
- chmod +x travis/prepare-phpbb.sh
4749
- travis/prepare-phpbb.sh $EXTNAME $PHPBB_BRANCH

0 commit comments

Comments
 (0)