mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 07:54:19 +00:00
20 lines
403 B
YAML
20 lines
403 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
|
|
before_script:
|
|
- pecl install channel://pecl.php.net/pthreads-0.0.42
|
|
- git clone --depth=100 --quiet --branch=tests git://github.com/shoghicp/PocketMine-MP.git $(pwd)/tests/
|
|
|
|
script:
|
|
- phpunit tests/
|
|
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#mcpedevs"
|
|
template:
|
|
- "PocketMine-MP #%{build_number} %{commit}: %{message} (%{build_url})"
|