fix travis

This commit is contained in:
Dylan K. Taylor 2016-12-20 16:01:27 +00:00
parent e2b143a7cf
commit 17a418f133

View File

@ -5,7 +5,9 @@ php:
before_script:
- mkdir plugins
- wget -O plugins/DevTools.phar https://github.com/PocketMine/DevTools/releases/download/v1.11.0/DevTools_v1.11.0.phar
- curl -o DevTools.zip "https://jenkins.pmmp.io/job/PocketMine-MP%20DevTools/lastSuccessfulBuild/artifact/*zip*/artifacts.zip"
- unzip DevTools.zip
- mv archive/*.phar plugins
- 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
@ -14,4 +16,4 @@ script:
- ./tests/lint.sh && ./tests/run.sh
notifications:
email: false
email: false