diff --git a/.travis.yml b/.travis.yml index e705d7a..d3fc7d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,12 @@ go: - 1.7.x - 1.8.x - master + +before_install: + - go get -t -v ./... + +script: + - go test -race -coverprofile=coverage.txt -covermode=atomic + +after_success: + - bash <(curl -s https://codecov.io/bash)