1
0
Fork 0
mirror of https://github.com/SamTherapy/dnscrypt.git synced 2024-06-28 20:26:05 +00:00
dnscrypt/.travis.yml
Andrey Meshkov 63ea7215f7 Init
2018-12-17 01:55:58 +03:00

13 lines
191 B
YAML

language: go
sudo: false
go:
- 1.11.x
- 1.x
script:
- go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)