Skip to content

Commit 6340ead

Browse files
committed
Travis: set secure-http to false for PHP-5.3.3
1 parent 83ca2c7 commit 6340ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

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

1313
install:
14-
- if [ "$TRAVIS_PHP_VERSION" = "5.3.3" ]; then composer config -g disable-tls true; fi
14+
- if [ "$TRAVIS_PHP_VERSION" = "5.3.3" ]; then composer config -g disable-tls true; composer config -g secure-http false; fi
1515
- composer install -n --prefer-source
1616

1717
before_script:

0 commit comments

Comments
 (0)