language: go go: - 1.4 - 1.5 - tip before_install: - pip install codecov after_success: - codecov after_success: - bash <(curl -s https://codecov.io/bash)