diff -r c040f992052f -r 1c52a0eeb952 vendor/github.com/subosito/gotenv/.travis.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/github.com/subosito/gotenv/.travis.yml Sun Feb 16 18:54:01 2020 +0100 @@ -0,0 +1,10 @@ +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)