1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-08 15:18:26 -05:00

test drone

This commit is contained in:
Unknwon 2014-11-17 17:36:51 -05:00
parent c0549a169a
commit 51f6148851

View file

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