mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
16 lines
325 B
YAML
16 lines
325 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
|
|
before_script:
|
|
- pecl install channel://pecl.php.net/pthreads-0.0.44
|
|
- git clone --depth=100 --quiet --branch=tests git://github.com/PocketMine/PocketMine-MP.git $(pwd)/tests/
|
|
|
|
script:
|
|
- phpunit tests/
|
|
|
|
notifications:
|
|
email: false
|
|
webhooks: http://n.tkte.ch/h/214/wsNvmG43-ncxUVRrFPwSM-r0
|