Browse Source

test drone

pull/638/head
Unknwon 10 years ago
parent
commit
51f6148851
  1. 1
      .drone.yml

1
.drone.yml

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