1 Star 0 Fork 49

sky8652/laravel-s

forked from Xie Biao/laravel-s 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xie Biao 提交于 2021-01-08 22:03 . fix travis
language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0
before_script:
- pecl install --onlyreqdeps --nobuild swoole && cd "$(pecl config-get temp_dir)/swoole" && phpize && ./configure --enable-openssl && make -j$(nproc) && make -j$(nproc) install && cd -
- composer install
script: composer test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/resourcesplus/laravel-s.git
git@gitee.com:resourcesplus/laravel-s.git
resourcesplus
laravel-s
laravel-s
master

搜索帮助