mirror of
https://github.com/Luzifer/ansible-role-version.git
synced 2024-12-23 11:01:20 +00:00
19 lines
244 B
YAML
19 lines
244 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9
|
|
|
|
go_import_path: gopkg.in/src-d/go-billy.v4
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
install:
|
|
- go get -v -t ./...
|
|
|
|
script:
|
|
- make test-coverage
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|