Files
gokeystat/.travis.yml

7 lines
99 B
YAML

language: go
go:
- 1.4
- 1.5
- tip
after_success:
- bash <(curl -s https://codecov.io/bash)