mirror of
https://git.mills.io/prologic/zs
synced 2025-02-16 20:13:15 +03:00
17 lines
162 B
YAML
17 lines
162 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- release
|
|
- tip
|
|
|
|
before_install:
|
|
- pip install --user codecov
|
|
after_success:
|
|
- codecov
|
|
|
|
script:
|
|
- go test -v ./...
|