Update .drone.yml

pull/4/head
Brad Rydzewski 7 years ago committed by GitHub
parent 00c697ed2d
commit 4524f2fad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,14 @@
workspace:
base: /go
path: src/github.com/drone-demos/drone-with-go
pipeline: pipeline:
build: test:
image: golang:1.5 image: golang:latest
commands: commands:
- go vet - go vet
- go test -v -cover - go test -v -cover
build:
image: golang:latest
commands:
- go build

Loading…
Cancel
Save