.travis.yml 82 B

12345678
  1. language: go
  2. go:
  3. - tip
  4. script:
  5. - make lint
  6. - make test
  7. after_script:
  8. - make cover