From bcd6337676113fcc8cf5993240cb63bce9f8afeb Mon Sep 17 00:00:00 2001 From: Ruben de Vries Date: Wed, 4 Mar 2015 16:38:50 +0100 Subject: [PATCH] pay with travis matrix to run test for various guzzle versions --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a4f48c..fb8310c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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