Files
go-msgauth/.travis.yml
T
2018-01-04 18:12:05 +01:00

6 lines
188 B
YAML

language: go
go:
- 1.9
script: bash <(curl -sL https://gist.github.com/emersion/49d4dda535497002639626bd9e16480c/raw/codecov-go.sh)
after_script: bash <(curl -s https://codecov.io/bash)