dnsphpadmin/.travis.yml
2020-04-19 22:42:13 +02:00

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}"