Okay, I think I see what madness it's doing now.

Stages and matrices are just 100% incompatible. Stick to doing the
matrix-y stuff in the first (default, implicit) stage, stay far
away from it for the other stages.
This commit is contained in:
David Anderson 2017-05-20 23:11:12 -07:00
parent d08119a16b
commit 5bf85b963a

View File

@ -7,11 +7,10 @@ go:
- 1.7 - 1.7
- 1.8 - 1.8
jobs: install:
include:
- install:
- go get github.com/Masterminds/glide - go get github.com/Masterminds/glide
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
script: script:
- glide install - glide install
- go test $(glide novendor) - go test $(glide novendor)