mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
18 lines
302 B
YAML
18 lines
302 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
|
|
before_script:
|
|
- sudo pecl install channel://pecl.php.net/pthreads-0.0.42
|
|
|
|
script:
|
|
- phpunit tests/
|
|
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#mcpedevs"
|
|
template:
|
|
- "PocketMine-MP #%{build_number} %{commit}: %{message} (%{build_url})" |