.travis.yml 61 B

1234567
  1. language: go
  2. go:
  3. - "1.x"
  4. - "1.8"
  5. - "1.10.x"
  6. - master