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

19 lines
326 B
YAML
Raw Normal View History

2015-07-18 21:10:28 +02:00
language: php
2015-07-18 21:17:41 +02:00
2015-07-18 21:10:28 +02:00
php:
- 5.5
- 5.6
2015-07-18 21:17:41 +02:00
- 7
matrix:
allow_failures:
- php: 7
2015-07-18 21:10:28 +02:00
before_script:
2015-07-18 21:17:41 +02:00
- yes "" | pecl install eio
- echo "extension=\"eio.so\"" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- composer self-update
- composer install --dev
2015-07-18 21:10:28 +02:00
script:
2015-07-18 21:17:41 +02:00
- vendor/bin/phpunit --coverage-text