This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
captcha/.travis.yml

10 lines
151 B
YAML
Raw Normal View History

language: go
go:
2017-09-19 12:17:25 +01:00
- 1.9
2017-09-20 02:03:13 +01:00
script:
- go test -coverprofile=coverage.txt -covermode=atomic
2017-09-19 12:17:25 +01:00
after_success:
- bash <(curl -s https://codecov.io/bash)