trying again

This commit is contained in:
josebarn
2017-08-13 09:43:55 -03:00
parent 12363097f5
commit cf1fa4475f

View File

@@ -1,13 +1,12 @@
pipeline:
build:
image: golang:1.5
environment:
- GO15VENDOREXPERIMENT=1
- CGO_ENABLED=0
image: ${IMAGE}
commands:
- go test -cover -coverprofile coverage.out
- go build
- go test
publish:
coverage:
when:
branch: master
matrix:
IMAGE:
- golang:1.7
- golang:1.8
- golang:latest