1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-07 16:15:59 -03:00
tea/vendor/github.com/kevinburke/ssh_config/.travis.yml

15 lines
169 B
YAML

go_import_path: github.com/kevinburke/ssh_config
language: go
go:
- 1.11.x
- 1.12.x
- master
before_script:
- go get -u ./...
script:
- make race-test