Files
PocketMine-MP/.travis.yml
2017-09-07 19:32:04 +01:00

15 lines
214 B
YAML

language: php
php:
- 7.0
before_script:
- pecl install channel://pecl.php.net/pthreads-3.1.6
- echo | pecl install channel://pecl.php.net/yaml-2.0.0
script:
- ./tests/travis.sh
notifications:
email: false