You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 169B

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