1 Star 1 Fork 1

SSZL博客/ApiService

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 847 Bytes
一键复制 编辑 原始数据 按行查看 历史
SSZL 提交于 2019-10-18 03:14 +08:00 . update
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.4.6.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 - && rm -rf swoole
echo "extension = swoole.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- |
wget -O bin/php-cs-fixer "https://cs.symfony.com/download/php-cs-fixer-v2.phar"
chmod +x bin/php-cs-fixer
before_script:
- phpenv config-rm xdebug.ini
- composer config -g process-timeout 900 && composer update
- composer require --dev phpstan/phpstan-shim
script:
- composer cs-fix
- composer test
# - php bin/swoft dinfo:env
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/sszl_blog/ApiService.git
git@gitee.com:sszl_blog/ApiService.git
sszl_blog
ApiService
ApiService
master

搜索帮助