mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-25 20:33:59 +00:00
Updated travis
This commit is contained in:
parent
ccb60ff81e
commit
ad70e23659
10
.travis.yml
10
.travis.yml
@ -1,17 +1,17 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.6
|
- 7.0
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir plugins
|
- mkdir plugins
|
||||||
- wget -O plugins/DevTools.phar https://github.com/PocketMine/DevTools/releases/download/v1.9.0/DevTools_v1.9.0.phar
|
- 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-2.0.10
|
- pecl install channel://pecl.php.net/pthreads-3.1.6
|
||||||
- pecl install channel://pecl.php.net/weakref-0.2.6
|
- pecl install channel://pecl.php.net/weakref-0.3.2
|
||||||
- echo | pecl install channel://pecl.php.net/yaml-1.1.1
|
- echo | pecl install channel://pecl.php.net/yaml-2.0.0RC7
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php tests/TravisTest.php
|
- php tests/TravisTest.php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user