.travis.yml 77 B

12345678910
  1. language: go
  2. go:
  3. - "1.8"
  4. - "1.9"
  5. - "1.10"
  6. script:
  7. - make presubmit