mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
22 lines
492 B
YAML
22 lines
492 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
|
|
branches:
|
|
- master
|
|
|
|
before_script:
|
|
- mkdir plugins
|
|
- wget -O plugins/DevTools.phar https://github.com/PocketMine/DevTools/releases/download/v1.9.0/DevTools_v1.9.0.phar
|
|
- pecl install channel://pecl.php.net/pthreads-2.0.10
|
|
- pecl install channel://pecl.php.net/weakref-0.2.6
|
|
- echo | pecl install channel://pecl.php.net/yaml-1.1.1
|
|
|
|
script:
|
|
- php tests/TravisTest.php
|
|
|
|
notifications:
|
|
email: false
|
|
#webhooks: http://n.tkte.ch/h/214/wsNvmG43-ncxUVRrFPwSM-r0
|