Skip to content

Commit

Permalink
Skip codecov uploads (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincantu authored Apr 22, 2021
1 parent 77373bd commit 2d84de9
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
language: go

go:
- 1.13.x
- 1.14.x
- 1.13.x
- 1.14.x

env:
global:
- GO111MODULE=on
- GO111MODULE=on

before_install:
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- go get github.com/securego/gosec/cmd/gosec
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- go get github.com/securego/gosec/cmd/gosec

script:
- make

after_success:
- bash <(curl -s https://codecov.io/bash)
- make

0 comments on commit 2d84de9

Please sign in to comment.