Files
PocketMine-MP/.travis.yml
Shoghi Cervantes Pueyo 862938cfc7 Fixed /whitelist reload crash
2013-02-09 10:41:36 +01:00

18 lines
302 B
YAML

language: php
php:
- 5.4
before_script:
- sudo pecl install channel://pecl.php.net/pthreads-0.0.42
script:
- phpunit tests/
notifications:
email: false
irc:
channels:
- "irc.freenode.org#mcpedevs"
template:
- "PocketMine-MP #%{build_number} %{commit}: %{message} (%{build_url})"