mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Remove Travis
This commit is contained in:
20
.travis.yml
20
.travis.yml
@ -1,20 +0,0 @@
|
||||
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
|
Reference in New Issue
Block a user