.travis.yml 63 B

123456789
  1. language: go
  2. sudo: false
  3. go:
  4. - 1.6
  5. - 1.7
  6. - 1.8
  7. - tip