fix travis

This commit is contained in:
Thorsten von Eicken 2016-09-08 23:32:02 -07:00
parent 905f4857d9
commit 400ff1a279
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ go:
script:
- 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 embd; go build .
- cd ../embd; go build .