1
0
mirror of https://github.com/kidoman/embd synced 2024-06-09 12:37:47 +02:00
embd/.travis.yml
2014-03-02 13:27:06 +05:30

10 lines
131 B
YAML

language: go
go:
- 1.2
- tip
script:
- go test ./...
- pushd samples && find . -name "*.go" -exec go build {} \; && popd