Skip to content

Commit

Permalink
fixes #23 - disable tls for composer on php 5.3
Browse files Browse the repository at this point in the history
OpenSSL isn't available on PHP 5.3.3 on travis ci
  • Loading branch information
sgiehl committed Apr 17, 2016
1 parent 2551892 commit 5ecb31e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generator/templates/travis.yml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ install:

- ./tests/travis/configure_git.sh

# disable tls for php 5.3 as openssl isn't available
- '[[ "$TRAVIS_PHP_VERSION" == 5.3* ]] && composer config -g -- disable-tls true || true'

# travis now complains about this failing 9 times out of 10, so removing it
#- travis_retry composer self-update

Expand Down

0 comments on commit 5ecb31e

Please sign in to comment.