Commit a339c47a authored by hannahhoward's avatar hannahhoward

ci(travis): don't send emails

parent d245623d
...@@ -7,6 +7,9 @@ env: ...@@ -7,6 +7,9 @@ env:
global: global:
- GO111MODULE=on - GO111MODULE=on
notifications:
email: false
install: install:
- go mod download - go mod download
...@@ -19,4 +22,4 @@ script: ...@@ -19,4 +22,4 @@ script:
- go test -race -short -coverprofile=coverage.txt ./... - go test -race -short -coverprofile=coverage.txt ./...
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment