embd/.travis.yml

11 lines
179 B
YAML

language: go
go:
- 1.2
- 1.2.1
- tip
script:
- go test -bench=. -v ./... | grep -v 'no test files'
- pushd samples && find . -name "*.go" -exec go build {} \; && popd