1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
file/.travis.yml
2015-07-18 15:24:37 -04:00

19 lines
326 B
YAML

language: php
php:
- 5.5
- 5.6
- 7
matrix:
allow_failures:
- php: 7
before_script:
- yes "" | pecl install eio
- echo "extension=\"eio.so\"" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- composer self-update
- composer install --dev
script:
- vendor/bin/phpunit --coverage-text