diff options
author | Evgeny Kuznetsov <evgeny@kuznetsov.md> | 2021-04-29 14:54:24 +0300 |
---|---|---|
committer | Evgeny Kuznetsov <evgeny@kuznetsov.md> | 2021-04-29 14:54:24 +0300 |
commit | b50d7518e1b9dc66210b53bf0e6a85e8c003896e (patch) | |
tree | ced345ec55494e22216706b977c18976066e80b9 /.travis.yml | |
parent | 615844dd6154a4f77c05957a71ae30cd1aa90587 (diff) | |
download | radiorus-rss-b50d7518e1b9dc66210b53bf0e6a85e8c003896e.tar.gz radiorus-rss-b50d7518e1b9dc66210b53bf0e6a85e8c003896e.zip |
use github-actions for linter
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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 |