Skip to content

Commit

Permalink
Fixes PHP5.3.3 error with SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Crizz0 committed Apr 11, 2016
1 parent 6471f75 commit a80fda9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ php:
- 5.5

install:
- 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 secure-http false; fi;
- php composer.phar install --dev --no-interaction --prefer-source


before_script:
- vendor/bin/phing prepare-test -Dversion=HEAD -Dlanguage=de,de_x_sie

Expand Down

0 comments on commit a80fda9

Please sign in to comment.