embd/.travis.yml

10 lines
84 B
YAML

language: go
go:
- 1.2
- tip
script:
- go test ./...
- make -C ./samples/