.travis.yml 90 B

12345678910
  1. language: go
  2. go:
  3. - 1.11.x
  4. - 1.12.x
  5. - 1.13.x
  6. - master
  7. script:
  8. - go test -cover