mirror of
https://github.com/emersion/go-imap
synced 2026-07-01 19:14:34 +00:00
7 lines
161 B
YAML
7 lines
161 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- "1.10"
|
|
script: go test -race -coverprofile=coverage.txt -covermode=atomic
|
|
after_script: bash <(curl -s https://codecov.io/bash)
|