當前倉庫屬於暫停狀態,部分功能使用受限,詳情請查閱 倉庫狀態說明
1 Star 0 Fork 131

张丽宾/swoft
暫停

forked from swoft/swoft 
加入 Gitee
與超過 1200 萬 開發者一起發現、參與優秀開源項目,私有倉庫也完全免費 :)
免費加入
克隆/下載
.travis.yml 600 Bytes
一鍵複製 編輯 原始數據 按行查看 歷史
stelin 提交於 2019-05-20 23:12 . add
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
- phpenv config-rm xdebug.ini
script:
- composer test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zhanglibin/swoft.git
git@gitee.com:zhanglibin/swoft.git
zhanglibin
swoft
swoft
master

搜索幫助