diff --git a/.travis.yml b/.travis.yml index 9557e4f..1ade6be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,15 @@ language: go go: - - 1.9 + - 1.8.x + - 1.9.x script: - go test -race -coverprofile=coverage.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) + notifications: email: on_success: never \ No newline at end of file