.travis.yml 179 B

123456789101112131415
  1. go_import_path: github.com/kevinburke/ssh_config
  2. language: go
  3. go:
  4. - 1.9.x
  5. - 1.10.x
  6. - 1.11.x
  7. - master
  8. before_script:
  9. - go get -u ./...
  10. script:
  11. - make race-test