gitea/.drone.yml

6 lines
90 B
YAML
Raw Normal View History

2014-11-17 23:19:17 +01:00
image: go1.3
env:
- GOPATH=/var/cache/drone
script:
- go build -v
- go test -v ./...