zs/.travis.yml
2015-04-10 15:04:16 +03:00

12 lines
93 B
YAML

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