mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
21 lines
355 B
YAML
21 lines
355 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
|
|
branches:
|
|
except:
|
|
- Core-Rewrite
|
|
|
|
before_script:
|
|
- pecl install channel://pecl.php.net/pthreads-2.0.4
|
|
- echo | pecl install channel://pecl.php.net/yaml-1.1.1
|
|
|
|
script:
|
|
- php src/tests/ServerSuiteTest.php --no-wizard
|
|
|
|
notifications:
|
|
email: false
|
|
webhooks: http://n.tkte.ch/h/214/wsNvmG43-ncxUVRrFPwSM-r0 |