blob: d4e3e1f0fb8dc3e1c784f510067cac9f07e8a12b [file] [log] [blame]
dist: bionic
language: go
go:
- 1.x
env:
- GO111MODULE=on
script:
- make build
after_success:
- bash <(curl -s https://codecov.io/bash)
git:
depth: 1
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod