1
0
Fork 0

Disable TLS in 5.3.3 build as openssl is missing

pull/4759/head
Jordi Boggiano 2016-01-10 20:47:10 +00:00
parent e6f1c13d00
commit 98211c4971
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ before_script:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- flags=""
- if [ `phpenv version-name` == "5.3.3" ]; then flags="--ignore-platform-reqs"; fi
- if [ `phpenv version-name` == "5.3.3" ]; then composer config -g disable-tls true; fi
- composer install $flags
- bin/composer install $flags
- git config --global user.name travis-ci