.travis.yml 85 B

1234567891011
  1. language: "go"
  2. go:
  3. - "1.13.x"
  4. os:
  5. - "linux"
  6. - "osx"
  7. script:
  8. - make test