1 Star 0 Fork 0

YC18210427950 / laravel_urlhum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
17734027950 提交于 2019-12-27 19:12 . 191227
dist: trusty
sudo: false
language: php
php:
- 7.2.0
cache:
directories:
- $HOME/.composer/cache
before_script:
- cp .env.travis .env
- mysql -u root -e 'create database `urlhum-test`;'
- mysql -u root -e "CREATE USER 'urlhum-test'@'localhost' IDENTIFIED BY 'secret';"
- mysql -u root -e "GRANT ALL ON \`urlhum-test\`.* TO 'urlhum-test'@'localhost';"
- mysql -u root -e "FLUSH PRIVILEGES;"
- composer install --prefer-dist --no-interaction
- php artisan key:generate
- php artisan clear-compiled -n
- php artisan migrate --force -n --database=testing
- php artisan db:seed --force -n --database=testing
- php artisan settings:set
after_success:
- bash <(curl -s https://codecov.io/bash)
after_failure:
- cat storage/logs/laravel.log
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
PHP
1
https://gitee.com/yc18210427950/laravel_urlhum.git
git@gitee.com:yc18210427950/laravel_urlhum.git
yc18210427950
laravel_urlhum
laravel_urlhum
master

搜索帮助