1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +00:00
gitea/vendor/github.com/kevinburke/ssh_config/.travis.yml
Antoine GIRARD a9b4c8171f Update src-d/go-git to v4.13.0 (#7688)
* update gopkg.in/src-d/go-git.v4 v4.13.0

* mod tidy

* vendor
2019-07-31 12:45:42 -04:00

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