1
0
Fork 0
mirror of https://github.com/Luzifer/ansible-role-version.git synced 2024-10-19 05:14:22 +00:00
ansible-role-version/vendor/github.com/kevinburke/ssh_config/.travis.yml

15 lines
155 B
YAML
Raw Normal View History

go_import_path: github.com/kevinburke/ssh_config
language: go
go:
- 1.7
- 1.8
- tip
before_script:
- go get -u ./...
script:
- make test