mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
Looks like build stages demand a "test" stage, so put that first.
This commit is contained in:
parent
3be6a1a6d8
commit
c94f7ca1c6
20
.travis.yml
20
.travis.yml
@ -10,14 +10,7 @@ os:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: build
|
||||
install:
|
||||
- go get github.com/Masterminds/glide
|
||||
- go get github.com/golang/lint/golint
|
||||
script:
|
||||
- glide install
|
||||
- go build $(glide novendor)
|
||||
- stage: test (amd64 only)
|
||||
- stage: test
|
||||
install:
|
||||
- go get github.com/Masterminds/glide
|
||||
- go get github.com/golang/lint/golint
|
||||
@ -26,9 +19,18 @@ jobs:
|
||||
- go test $(glide novendor)
|
||||
- go vet $(glide novendor)
|
||||
- glide novendor | xargs -n1 golint
|
||||
go: 1.8
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
env:
|
||||
- GOARCH=amd64
|
||||
- stage: build
|
||||
install:
|
||||
- go get github.com/Masterminds/glide
|
||||
- go get github.com/golang/lint/golint
|
||||
script:
|
||||
- glide install
|
||||
- go build $(glide novendor)
|
||||
|
||||
# install:
|
||||
# - go get github.com/Masterminds/glide
|
||||
|
Loading…
x
Reference in New Issue
Block a user