mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-23 11:54:04 +00:00
travis: added PHP 7.4
This commit is contained in:
parent
b53f88027e
commit
974cbae725
@ -2,13 +2,14 @@ language: php
|
|||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.3
|
- 7.3
|
||||||
|
- 7.4
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini
|
||||||
- echo | pecl install channel://pecl.php.net/yaml-2.1.0
|
- echo | pecl install channel://pecl.php.net/yaml-2.1.0
|
||||||
- git clone https://github.com/pmmp/pthreads.git
|
- git clone https://github.com/pmmp/pthreads.git
|
||||||
- cd pthreads
|
- cd pthreads
|
||||||
- git checkout 45579e1e622acd80f9c880f3a025ba3b98b8ebef
|
- git checkout e0f514dfde01c5e7e9cf94c43615918af482a45c
|
||||||
- phpize
|
- phpize
|
||||||
- ./configure
|
- ./configure
|
||||||
- make
|
- make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user