mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
21 lines
212 B
YAML
21 lines
212 B
YAML
dist: bionic
|
|
|
|
language: go
|
|
go:
|
|
- 1.12.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/gopath/pkg/mod
|
|
- $HOME/.cache/go-build
|
|
|
|
install:
|
|
- go mod download
|
|
|
|
script:
|
|
- make lint
|
|
- make test
|