pay with travis matrix to run test for various guzzle versions

This commit is contained in:
Ruben de Vries
2015-03-04 16:38:50 +01:00
parent 175d250d8f
commit bcd6337676

View File

@@ -6,6 +6,11 @@ php:
- 5.4 - 5.4
- hhvm - hhvm
install: composer install install: composer require --no-update guzzlehttp/guzzle $GUZZLE_VERSION; composer update
script: vendor/bin/phpunit script: vendor/bin/phpunit
env:
- GUZZLE_VERSION: 4.2
- GUZZLE_VERSION: 5.0
- GUZZLE_VERSION: 5.2