PocketMine-MP/.travis.yml
2013-02-09 00:57:41 +01:00

23 lines
346 B
YAML

language: php
php:
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
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})