Files
2022-10-23 01:39:27 +02:00

30 lines
639 B
YAML
Executable File

language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
install:
- phpenv rehash
- composer require "satooshi/php-coveralls" "^1" --dev --no-update
- composer install --no-interaction
script:
- phpunit -c phpunit.xml.dist
after_success:
- php vendor/bin/coveralls -v
matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: '5.6'
cache:
apt: true
directories:
- vendor
notifications:
email:
on_success: change
on_failure: change
slack:
secure: dKH3qw9myjwDO+OIz6qBqn5vJJqoFyD2frS4eH68jI5gtxHX2PJVwaP9waXTSu+FFq9wILsHGQezrawWHcMkbEo4gxbri2Ne7gFT4CJD0DAOyf02JgQ1A/cJaqQ5XrLO9CwjP0/8PKaMCHiND4SLEWgmtlFRoB7gr33QjbQjBvc=