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 4256a07 commit 83ca2c7Copy full SHA for 83ca2c7
.travis.yml
@@ -11,6 +11,7 @@ php:
11
- hhvm
12
13
install:
14
+ - if [ "$TRAVIS_PHP_VERSION" = "5.3.3" ]; then composer config -g disable-tls true; fi
15
- composer install -n --prefer-source
16
17
before_script:
0 commit comments