Skip to content

Commit

Permalink
Dump curl configuration, to debug cURL problems
Browse files Browse the repository at this point in the history
This may help to solve the occasional failure message:
gnutls_handshake() failed: A TLS packet with unexpected length was received
  • Loading branch information
mlocati committed Aug 24, 2018
1 parent 7e32b3f commit 0abe6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,7 @@ install:
- PHPUNIT_EXCLUDED_GROUPS=none
- if test "${IMAGINE_DRIVER}" = 'imagick'; then ./.travis/imagick.sh; else PHPUNIT_EXCLUDED_GROUPS="${PHPUNIT_EXCLUDED_GROUPS},ext-imagick"; fi
- if test "${IMAGINE_DRIVER}" = 'gmagick'; then ./.travis/gmagick.sh; else PHPUNIT_EXCLUDED_GROUPS="${PHPUNIT_EXCLUDED_GROUPS},ext-gmagick"; fi
- php --ri curl
- composer install

script:
Expand Down

0 comments on commit 0abe6cd

Please sign in to comment.