aya/.travis.yml

17 行
155 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- release
- tip
before_install:
- pip install codecov
after_success:
- codecov
script:
- go test -v ./...