.travis.yml 60 B

123456789
  1. language: go
  2. go:
  3. - "1.11.x"
  4. - tip
  5. script:
  6. - go test