Skip to content

Commit ecf4861

Browse files
authored
Fixed Travis builds for PHP 5.3.3
1 parent 44002eb commit ecf4861

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ cache:
1616
- $HOME/.composer/cache
1717

1818
before_script:
19+
- if [ "$TRAVIS_PHP_VERSION" == "5.3.3" ]; then composer config disable-tls true; fi
20+
- if [ "$TRAVIS_PHP_VERSION" == "5.3.3" ]; then composer config secure-http false; fi
1921
- composer install --no-interaction --prefer-source
2022

2123
script:

0 commit comments

Comments
 (0)