language: go go: - 1.9.x - 1.10.x - 1.11.x before_install: - make deps script: - make lint - make build - make test after_success: - bash <(curl -s https://codecov.io/bash)