vendor/github.com/subosito/gotenv/.travis.yml
changeset 260 445e01aede7e
parent 259 db4911b0c721
child 261 270cc4dda0c5
--- 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)