diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2bbb286..0000000 --- a/.travis.yml +++ /dev/null @@ -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