Browse Source

Added .drone.yml with test

master
Gisle Aune 6 years ago
parent
commit
a002da67de
  1. 14
      .drone.yml

14
.drone.yml

@ -0,0 +1,14 @@
pipeline:
test:
image: golang:${GO_VERSION}
commands:
- go test ./... -v
matrix:
GO_VERSION:
- latest
- "1.10"
- "1.9"
- "1.8"
- "1.7"
- "1.6"
Loading…
Cancel
Save