1
0
mirror of https://github.com/kidoman/embd synced 2024-05-29 07:08:04 +02:00
embd/.travis.yml
Thorsten von Eicken 400ff1a279 fix travis
2016-09-08 23:32:02 -07:00

15 lines
258 B
YAML

language: go
branches:
except:
- go-rpi
go:
- 1.6
- 1.7
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 .