2014-08-27 07:45:39 +00:00
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
|
|
|
- 5.5
|
2015-11-09 17:11:11 +00:00
|
|
|
- 5.6
|
2016-07-28 15:11:31 +00:00
|
|
|
- 7.0
|
|
|
|
- 7.1
|
2014-08-27 07:45:39 +00:00
|
|
|
- hhvm
|
|
|
|
|
2015-03-04 15:38:50 +00:00
|
|
|
install: composer require --no-update guzzlehttp/guzzle $GUZZLE_VERSION; composer update
|
2014-08-27 07:45:39 +00:00
|
|
|
|
|
|
|
script: vendor/bin/phpunit
|
2015-03-04 15:38:50 +00:00
|
|
|
|
|
|
|
env:
|
2015-11-09 17:11:11 +00:00
|
|
|
- GUZZLE_VERSION: 6.0
|
|
|
|
- GUZZLE_VERSION: 6.2
|
|
|
|
- GUZZLE_VERSION: 6.*
|