trying again
parent
12363097f5
commit
cf1fa4475f
@ -1,13 +1,12 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: golang:1.5
|
image: ${IMAGE}
|
||||||
environment:
|
|
||||||
- GO15VENDOREXPERIMENT=1
|
|
||||||
- CGO_ENABLED=0
|
|
||||||
commands:
|
commands:
|
||||||
- go test -cover -coverprofile coverage.out
|
- go build
|
||||||
|
- go test
|
||||||
|
|
||||||
publish:
|
matrix:
|
||||||
coverage:
|
IMAGE:
|
||||||
when:
|
- golang:1.7
|
||||||
branch: master
|
- golang:1.8
|
||||||
|
- golang:latest
|
||||||
|
Loading…
Reference in New Issue