language: go go: - 1.2 - 1.3 - 1.4 - release - tip before_install: - pip install codecov after_success: - codecov script: - go test -v ./...