pay with travis matrix to run test for various guzzle versions
This commit is contained in:
parent
175d250d8f
commit
bcd6337676
|
@ -6,6 +6,11 @@ php:
|
|||
- 5.4
|
||||
- hhvm
|
||||
|
||||
install: composer install
|
||||
install: composer require --no-update guzzlehttp/guzzle $GUZZLE_VERSION; composer update
|
||||
|
||||
script: vendor/bin/phpunit
|
||||
|
||||
env:
|
||||
- GUZZLE_VERSION: 4.2
|
||||
- GUZZLE_VERSION: 5.0
|
||||
- GUZZLE_VERSION: 5.2
|
||||
|
|
Loading…
Reference in New Issue