language: go go: - 1.6 - 1.7 - 1.8 - 1.9 - "1.10" - 1.11 - 1.12 install: - make setup script: - make ci after_success: - bash <(curl -s https://codecov.io/bash)