1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-06 13:24:48 -04:00

test drone

This commit is contained in:
Unknwon 2014-11-17 17:47:13 -05:00
parent 51f6148851
commit db0026c507

View File

@ -2,6 +2,5 @@ image: go1.3
env:
- GOPATH=/var/cache/drone
script:
- go get -v
- go build -v
- go test -v ./...
- go get -u -v
- go build -v