Add DevTools as submodule, build DevTools for Travis Test

This commit is contained in:
Dylan K. Taylor
2017-01-22 15:26:16 +00:00
parent 06f0534d65
commit 3ab9722a9f
6 changed files with 48 additions and 13 deletions

View File

@ -4,14 +4,12 @@ php:
- 7.0
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.0
script:
- ./tests/lint.sh && ./tests/run.sh
- ./tests/travis.sh
notifications:
email: false