We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a31433 commit cf1fcc3Copy full SHA for cf1fcc3
.travis.yml
@@ -0,0 +1,11 @@
1
+language: php
2
+
3
+php:
4
+ - 7.2
5
6
+before_script:
7
+ - composer self-update
8
+ - composer install --no-interaction
9
10
+script:
11
+ - ./vendor/bin/php-cs-fixer fix --dry-run --diff 1>&2
readme.md
@@ -3,6 +3,8 @@
<h1 align="left"><a href="https://yike.io">Yike.io</a></h1>
+[](https://travis-ci.org/overtrue/api.yike.io)
此项目为 https://yike.io 的后端 API,基于 Laravel 5 开发。
> 🏵前端源码:https://github.com/overtrue/yike.io
0 commit comments