mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +00:00
23 lines
346 B
YAML
23 lines
346 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- php: 5.5
|
|
|
|
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}) |