We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ca2c7 commit 6340eadCopy full SHA for 6340ead
.travis.yml
@@ -11,7 +11,7 @@ php:
11
- hhvm
12
13
install:
14
- - if [ "$TRAVIS_PHP_VERSION" = "5.3.3" ]; then composer config -g disable-tls true; fi
+ - if [ "$TRAVIS_PHP_VERSION" = "5.3.3" ]; then composer config -g disable-tls true; composer config -g secure-http false; fi
15
- composer install -n --prefer-source
16
17
before_script:
0 commit comments