streams/vendor/sabre/http/.travis.yml
Klaus Weidenbach ea19971285 ⬆️Update Sabre libraries.
2017-06-01 00:08:40 +02:00

26 lines
455 B
YAML

language: php
php:
- 5.4
- 5.5
- 5.6
- 7
- 7.1
- hhvm
matrix:
fast_finish: true
env:
matrix:
- PREFER_LOWEST=""
- PREFER_LOWEST="--prefer-lowest"
before_script:
- 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