1
0
mirror of https://github.com/kidoman/embd synced 2024-05-28 06:40:06 +02:00
embd/.travis.yml
2015-01-15 02:43:28 +05:30

16 lines
251 B
YAML

language: go
branches:
except:
- go-rpi
go:
- 1.2.2
- 1.3.3
- 1.4
- tip
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