Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Merge pull request #24 from piwik/opensslphp53
Browse files Browse the repository at this point in the history
Disable tls for composer on php 5.3
  • Loading branch information
Matthieu Aubry committed Apr 21, 2016
2 parents 2551892 + 5ecb31e commit b411b30
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 b411b30

Please sign in to comment.