zs/.travis.yml
2015-09-02 21:38:05 +02:00

11 lines
86 B
YAML

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