streams/vendor/sabre/xml/.travis.yml

26 lines
352 B
YAML
Raw Normal View History

language: php
php:
- 5.4
- 5.5
- 5.6
- 7
2016-05-28 15:46:24 +00:00
- nightly
- hhvm
matrix:
fast_finish: true
sudo: false
2016-05-28 15:46:24 +00:00
cache:
directories:
- $HOME/.composer/cache
script:
- ./bin/phpunit --configuration tests/phpunit.xml.dist
- ./bin/sabre-cs-fixer fix . --dry-run --diff
2016-05-28 15:46:24 +00:00
before_script:
- phpenv config-rm xdebug.ini; true
- composer install