Remove Travis

This commit is contained in:
Maksym Pavlenko
2020-04-15 13:27:22 -07:00
parent 01b2f8daf5
commit 42d2295500
-20
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