test drone
This commit is contained in:
parent
1e47e2df85
commit
c0549a169a
2 changed files with 7 additions and 1 deletions
6
.drone.yml
Normal file
6
.drone.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
image: go1.3
|
||||
env:
|
||||
- GOPATH=/var/cache/drone
|
||||
script:
|
||||
- go build -v
|
||||
- go test -v ./...
|
|
@ -74,7 +74,7 @@ There are 5 ways to install Gogs:
|
|||
- Usage and modification from [beego](http://beego.me) modules.
|
||||
- Thanks [lavachen](http://www.lavachen.cn/) and [Rocker](http://weibo.com/rocker1989) for designing Logo.
|
||||
- Thanks [gobuild.io](http://gobuild.io) for providing binary compile and download service.
|
||||
- Thanks to [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan.
|
||||
- Thanks [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan.
|
||||
|
||||
## Contributors
|
||||
|
||||
|
|
Loading…
Reference in a new issue