.travis.yml 151 B

1234567891011121314
  1. go_import_path: github.com/fatedier/frp
  2. sudo: false
  3. language: go
  4. go:
  5. - 1.4.2
  6. - 1.5.2
  7. - tip
  8. install:
  9. - make
  10. script:
  11. - make test