.travis.yml 155 B

1234567891011121314
  1. go_import_path: github.com/kevinburke/ssh_config
  2. language: go
  3. go:
  4. - 1.7
  5. - 1.8
  6. - tip
  7. before_script:
  8. - go get -u ./...
  9. script:
  10. - make test