mirror of
https://github.com/Luzifer/ansible-role-version.git
synced 2024-12-24 19:41:20 +00:00
20 lines
244 B
YAML
20 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)
|