Skip to content

Commit

Permalink
Guzzle 6 is now the default
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jan 31, 2019
1 parent 4d339dd commit 507dd94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ matrix:
include:
- php: 7.2
env: PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml" CS_FIXER=run
- php: 7.2
env: GUZZLE6=run
- php: 7.2
env: CURL=run

Expand All @@ -28,8 +26,6 @@ cache:

before_install:
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;
- if [ "$GUZZLE6" = "run" ]; then composer remove php-http/guzzle5-adapter --dev -n ; fi;
- if [ "$GUZZLE6" = "run" ]; then composer require php-http/guzzle6-adapter '^2.0' --dev -n ; fi;
- if [ "$CURL" = "run" ]; then composer remove php-http/guzzle5-adapter --dev -n ; fi;
- if [ "$CURL" = "run" ]; then composer require php-http/curl-client '2.x-dev' --dev -n ; fi;

Expand Down

0 comments on commit 507dd94

Please sign in to comment.