.drone.yml 90 B

123456
  1. image: go1.3
  2. env:
  3. - GOPATH=/var/cache/drone
  4. script:
  5. - go build -v
  6. - go test -v ./...