.travis.yml 59 B

1234567
  1. language: go
  2. go:
  3. - "1.x"
  4. - "1.1"
  5. - "1.4"
  6. - "1.10"