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
1 changed files with 6 additions and 1 deletions

View File

@ -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