1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Remove Travis

This commit is contained in:
Maksym Pavlenko
2020-04-15 13:27:22 -07:00
parent 01b2f8daf5
commit 42d2295500

View File

@ -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