aya/.travis.yml

12 行
93 B
YAML

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