1
0
mirror of https://github.com/kidoman/embd synced 2024-06-17 16:20:00 +02:00
embd/.travis.yml
2014-03-23 04:59:53 +05:30

11 lines
167 B
YAML

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