1
0
mirror of https://github.com/kidoman/embd synced 2024-12-22 12:50:19 +01:00
embd/.travis.yml

11 lines
207 B
YAML
Raw Normal View History

2014-03-02 02:38:32 +05:30
language: go
go:
- 1.2
2014-03-22 10:33:29 +05:30
- 1.2.1
2014-03-02 02:38:32 +05:30
- 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