16 lines
171 B
YAML
Raw Normal View History

2019-09-23 21:09:10 +03:00
sudo: false
language: go
go:
- 1.11.x
- 1.12.x
env:
global:
- GO111MODULE=on
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)