Update travis ci config file to support converalls
1 files changed, 4 insertions(+), 8 deletions(-) M .travis.yml
M .travis.yml => .travis.yml +4 -8
@@ 6,19 6,15 @@ os: - windows go: - "1.x" - "1.8" - "1.10.x" - "1.11.x" - "tip" before_install: - go get -t -v ./... - go get github.com/mattn/goveralls script: - go test -race -coverprofile=coverage.txt -covermode=atomic ./... - go build after_success: - bash <(curl -s https://codecov.io/bash) - $GOPATH/bin/goveralls -service=travis-ci deploy: provider: releases