.travis.yml 65 B

1234567
  1. language: go
  2. go:
  3. - 1.13.x
  4. services:
  5. - docker
  6. script:
  7. - make test