forgejo/.drone.yml

6 lines
90 B
YAML
Raw Normal View History

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