17 lines
294 B
YAML
17 lines
294 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.3
|
|
|
|
script:
|
|
- bash psf/tools/lint.sh
|
|
- php util/unit.php
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "irc.tm-irc.org#petan"
|
|
on_success: change
|
|
on_failure: always
|
|
template:
|
|
- "%{repository}/%{branch}/%{commit} - %{author} %{message} %{build_url}"
|