1
0
Fork 0

Screw 5.3.3 on travis, enough..

pull/4759/head
Jordi Boggiano 2016-01-10 21:11:01 +00:00
parent 66879b050d
commit 80c96a2c01
1 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,6 @@ addons:
- parallel
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
@ -29,8 +28,6 @@ matrix:
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 mkdir -p ~/.composer; echo '{"config":{"disable-tls":true}}' > ~/.composer/config.json; fi
- composer install $flags
- bin/composer install $flags
- git config --global user.name travis-ci