gogs/.drone.yml

6 lines
90 B
YAML
Raw Normal View History

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