1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2025-01-07 01:41:22 +01:00
dnscrypt-proxy/vendor/github.com/subosito/gotenv/.travis.yml
2021-07-03 10:56:53 +02:00

11 lines
178 B
YAML

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)