1
0
mirror of https://github.com/kidoman/embd synced 2025-01-03 10:31:36 +01:00
embd/.travis.yml

10 lines
131 B
YAML
Raw Normal View History

2014-03-02 02:38:32 +05:30
language: go
go:
- 1.2
- tip
script:
- go test ./...
2014-03-02 13:27:06 +05:30
- pushd samples && find . -name "*.go" -exec go build {} \; && popd