Skip to content

Commit 83ca2c7

Browse files
committed
Travis: disable-tls for composer install on PHP-5.3.3
1 parent 4256a07 commit 83ca2c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ php:
1111
- hhvm
1212

1313
install:
14+
- if [ "$TRAVIS_PHP_VERSION" = "5.3.3" ]; then composer config -g disable-tls true; fi
1415
- composer install -n --prefer-source
1516

1617
before_script:

0 commit comments

Comments
 (0)