mirror of
https://github.com/kidoman/embd
synced 2024-12-22 04:40:04 +01:00
fix travis
This commit is contained in:
parent
905f4857d9
commit
400ff1a279
@ -11,4 +11,4 @@ go:
|
|||||||
script:
|
script:
|
||||||
- go test -bench=. -v ./... | grep -v 'no test files' ; test ${PIPESTATUS[0]} -eq 0
|
- go test -bench=. -v ./... | grep -v 'no test files' ; test ${PIPESTATUS[0]} -eq 0
|
||||||
- cd samples; find . -name "*.go" -print0 | xargs -0 -n1 go build
|
- cd samples; find . -name "*.go" -print0 | xargs -0 -n1 go build
|
||||||
- cd embd; go build .
|
- cd ../embd; go build .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user