summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/kevinburke/ssh_config/.travis.yml
blob: 4306f30f854e9e37df26ab9b9ab82821bd51ad03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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