当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 132

yige / swoft
暂停

forked from swoft / swoft 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
Viktor Szépe 提交于 2019-07-31 05:01 . Introduce PHPStan
language: php
php:
- 7.1
- 7.2
- 7.3
services:
- redis
install:
- echo 'no' | pecl install -f redis
- wget https://github.com/swoole/swoole-src/archive/v4.3.3.tar.gz -O swoole.tar.gz && mkdir -p swoole && tar -xf swoole.tar.gz -C swoole --strip-components=1 && rm swoole.tar.gz && cd swoole && phpize && ./configure && make -j$(nproc) && make install && cd -
- echo "extension = swoole.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
before_script:
- composer config -g process-timeout 900 && composer update
- composer require --dev phpstan/phpstan-shim
- phpenv config-rm xdebug.ini
script:
- composer test
PHP
1
https://gitee.com/yi-ge/swoft.git
git@gitee.com:yi-ge/swoft.git
yi-ge
swoft
swoft
master

搜索帮助