diff -r db4911b0c721 -r 445e01aede7e vendor/github.com/subosito/gotenv/.travis.yml --- a/vendor/github.com/subosito/gotenv/.travis.yml Tue Aug 23 22:33:28 2022 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -language: go -go: - - 1.x -os: - - linux - - osx -script: - - go test -test.v -coverprofile=coverage.out -covermode=count -after_success: - - bash <(curl -s https://codecov.io/bash)