mirror of
https://github.com/Luzifer/ansible-role-version.git
synced 2024-12-23 11:01:20 +00:00
14 lines
155 B
YAML
14 lines
155 B
YAML
go_import_path: github.com/kevinburke/ssh_config
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- tip
|
|
|
|
before_script:
|
|
- go get -u ./...
|
|
|
|
script:
|
|
- make test
|