language: go go: - 1.8 before_install: - sudo pip install codecov install: - make setup script: - make cover after_success: - codecov