mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
22 lines
496 B
YAML
22 lines
496 B
YAML
language: php
|
|
|
|
php:
|
|
- 7.0
|
|
|
|
branches:
|
|
- master
|
|
|
|
before_script:
|
|
- mkdir plugins
|
|
- wget -O plugins/DevTools.phar https://github.com/PocketMine/DevTools/releases/download/v1.11.0/DevTools_v1.11.0.phar
|
|
- pecl install channel://pecl.php.net/pthreads-3.1.6
|
|
- pecl install channel://pecl.php.net/weakref-0.3.2
|
|
- echo | pecl install channel://pecl.php.net/yaml-2.0.0RC7
|
|
|
|
script:
|
|
- php tests/TravisTest.php
|
|
|
|
notifications:
|
|
email: false
|
|
#webhooks: http://n.tkte.ch/h/214/wsNvmG43-ncxUVRrFPwSM-r0
|