1
0
mirror of https://github.com/kidoman/embd synced 2024-06-08 12:07:48 +02:00
embd/.travis.yml
2014-03-22 10:33:29 +05:30

11 lines
141 B
YAML

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