0
0
mirror of https://github.com/rls-moe/nyx synced 2024-09-28 16:03:47 +02:00
nyx/vendor/github.com/icza/session/.travis.yml

12 lines
169 B
YAML
Raw Normal View History

2020-04-18 10:09:55 +02:00
language: go
go:
- 1.8
- master
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)