From b50d7518e1b9dc66210b53bf0e6a85e8c003896e Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Thu, 29 Apr 2021 14:54:24 +0300 Subject: use github-actions for linter --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index aef86ee..7087427 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,8 @@ env: - GO111MODULE=on before_script: - - bash <(curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.24.0) script: - - golangci-lint run - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... - go build -- cgit v1.2.3