mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
22 lines
265 B
YAML
22 lines
265 B
YAML
language: php
|
|
|
|
sudo: false
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
- 7.4
|
|
|
|
before_script:
|
|
- composer global require satooshi/php-coveralls
|
|
- composer update --quiet
|
|
|
|
script:
|
|
- vendor/bin/phpunit phpunit -c phpunit.xml.dist
|
|
|
|
after_script:
|
|
- coveralls
|