Codebase list golang-github-kevinburke-ssh-config / HEAD .travis.yml
HEAD

Tree @HEAD (Download .tar.gz)

.travis.yml @HEAD

9d271d4
 
 
 
 
 
7dcb983
9d271d4
 
 
 
 
 
 
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