http-signatures-guzzlehttp/.travis.yml

18 lines
257 B
YAML
Raw Permalink Normal View History

2014-08-27 07:45:39 +00:00
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
2014-08-27 07:45:39 +00:00
- hhvm
install: composer require --no-update guzzlehttp/guzzle $GUZZLE_VERSION; composer update
2014-08-27 07:45:39 +00:00
script: vendor/bin/phpunit
env:
- GUZZLE_VERSION: 6.0
- GUZZLE_VERSION: 6.2
- GUZZLE_VERSION: 6.*