mirror of
https://github.com/danderson/netboot.git
synced 2025-10-18 02:51:22 +02:00
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:
parent
d08119a16b
commit
5bf85b963a
19
.travis.yml
19
.travis.yml
@ -7,16 +7,15 @@ go:
|
|||||||
- 1.7
|
- 1.7
|
||||||
- 1.8
|
- 1.8
|
||||||
|
|
||||||
jobs:
|
install:
|
||||||
include:
|
- go get github.com/Masterminds/glide
|
||||||
- install:
|
- go get github.com/golang/lint/golint
|
||||||
- go get github.com/Masterminds/glide
|
|
||||||
- go get github.com/golang/lint/golint
|
script:
|
||||||
script:
|
- glide install
|
||||||
- glide install
|
- go test $(glide novendor)
|
||||||
- go test $(glide novendor)
|
- go vet $(glide novendor)
|
||||||
- go vet $(glide novendor)
|
- glide novendor | xargs -n1 golint
|
||||||
- glide novendor | xargs -n1 golint
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user