...

Text file src/github.com/emicklei/proto/.travis.yml

Documentation: github.com/emicklei/proto

     1language: go
     2go:
     3  - 1.12.x
     4script:
     5  - make
     6after_success:
     7  - bash <(curl -s https://codecov.io/bash)

View as plain text