1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

test drone

This commit is contained in:
Unknwon
2014-11-17 17:19:17 -05:00
parent 1e47e2df85
commit c0549a169a
2 changed files with 7 additions and 1 deletions

6
.drone.yml Normal file
View File

@@ -0,0 +1,6 @@
image: go1.3
env:
- GOPATH=/var/cache/drone
script:
- go build -v
- go test -v ./...