Commit a339c47a authored by hannahhoward's avatar hannahhoward

ci(travis): don't send emails

parent d245623d
......@@ -7,6 +7,9 @@ env:
global:
- GO111MODULE=on
notifications:
email: false
install:
- go mod download
......@@ -19,4 +22,4 @@ script:
- go test -race -short -coverprofile=coverage.txt ./...
after_success:
- bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
- bash <(curl -s https://codecov.io/bash)
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