mirror of
https://github.com/danderson/netboot.git
synced 2025-10-17 10:31:28 +02:00
watwat
This commit is contained in:
parent
18043c2ca1
commit
e65704eb74
11
.travis.yml
11
.travis.yml
@ -1,6 +1,10 @@
|
||||
language: go
|
||||
go_import_path: go.universe.tf/netboot
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
@ -12,13 +16,6 @@ jobs:
|
||||
- go test $(glide novendor)
|
||||
- go vet $(glide novendor)
|
||||
- glide novendor | xargs -n1 golint
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
env:
|
||||
matrix:
|
||||
- GOARCH=amd64
|
||||
- GOARCH=386
|
||||
|
||||
# go:
|
||||
# - 1.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user