kubo/.travis.yml
2014-07-30 01:53:29 -07:00

11 lines
84 B
YAML

language: go
go:
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...