paheko-fork/.travis.yml
2024-01-19 16:39:49 +01:00

21 lines
No EOL
343 B
YAML

language: php
php:
- '7.2'
- '7.3'
- '7.4'
install:
- make -C src deps
script:
- php tests/run.php
notifications:
irc:
channels:
- "chat.freenode.net#garradin"
template:
- "%{build_number} by %{author} on %{branch}: %{message} "
- "Build details: %{build_url}"
use_notice: false
skip_join: true