trying to fix project build with more complex structure

This commit is contained in:
josebarn
2017-08-15 21:46:33 -03:00
parent 58bc88bc4c
commit 489d436ef8
2 changed files with 5 additions and 7 deletions

View File

@@ -6,14 +6,14 @@ workspace:
pipeline:
build:
build:
image: golang:${GO_VERSION}
image: ${IMAGE}
commands:
- go get ./...
- go build
debug: true
unit-test:
image: golang:${GO_VERSION}
image: ${IMAGE}
commands:
- go test ./api
@@ -26,7 +26,5 @@ pipeline:
# debug: true
matrix:
GO_VERSION:
- latest
- "1.7"
- "1.6"
IMAGE:
- golang:latest