108 Star 310 Fork 64

Fixhub / Fixhub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
lianguan 提交于 2017-11-09 10:11 . No need for them
language: php
php:
- 7.0
- 7.1
- 7.2
env:
- DB=sqlite
sudo: false
cache:
directories:
- $HOME/.composer/cache
services:
- redis-server
matrix:
include:
- php: 7.0
env: DB=mysql
- php: 7.0
env: DB=maria
- php: 7.0
env: DB=pgsql
before_install:
- phpenv config-rm xdebug.ini
install:
- travis_retry composer install --no-interaction --prefer-dist --no-suggest
before_script:
- cp .env.example .env
- sed -i 's/APP_ENV=production/APP_ENV=local/g' .env
- make travis
- php artisan key:generate --no-interaction
- php artisan migrate --seed --env="testing"
- php vendor/bin/codecept build
- make file-permission
- sleep 5
- php -S 127.0.0.1:8000 -t public/ 2>&1 >/dev/null &
script:
- make cs
- php vendor/bin/codecept run
after_script:
- cat $TRAVIS_BUILD_DIR/storage/logs/*.log
PHP
1
https://gitee.com/Fixhub/Fixhub.git
git@gitee.com:Fixhub/Fixhub.git
Fixhub
Fixhub
Fixhub
1.0

搜索帮助