mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
I can't tell whether tests are being run or not now.
This commit is contained in:
parent
6638e6b146
commit
97ef1a3546
@ -16,7 +16,7 @@ install:
|
||||
script:
|
||||
- glide install
|
||||
- go build $(glide novendor)
|
||||
- "[ \"$GOARCH\" = \"amd64\" ] && go test $(glide novendor) || true"
|
||||
- "[ \"$GOARCH\" = \"amd64\" ] && go test $(glide novendor) || echo \"skipping tests on $GOARCH\""
|
||||
- go vet $(glide novendor)
|
||||
- glide novendor | xargs -n1 golint
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user