streams/vendor/sabre/http/.travis.yml

29 lines
487 B
YAML
Raw Normal View History

language: php
php:
- 5.4
- 5.5
- 5.6
- 7
2017-03-16 00:42:06 +00:00
- 7.1
- hhvm
matrix:
fast_finish: true
allow_failures:
- php: hhvm
env:
matrix:
- PREFER_LOWEST=""
- PREFER_LOWEST="--prefer-lowest"
before_script:
2017-03-16 00:42:06 +00:00
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
# - composer self-update
- composer update --prefer-source $PREFER_LOWEST
script:
- ./bin/phpunit --configuration tests/phpunit.xml
- ./bin/sabre-cs-fixer fix . --dry-run --diff