mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
fix travis
This commit is contained in:
parent
e2b143a7cf
commit
17a418f133
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user