mirror of
https://github.com/kidoman/embd
synced 2024-12-31 09:01:37 +01:00
10 lines
131 B
YAML
10 lines
131 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- tip
|
|
|
|
script:
|
|
- go test ./...
|
|
- pushd samples && find . -name "*.go" -exec go build {} \; && popd
|