Skip to content

Commit 711263f

Browse files
committed
Remove Travis notifications
I no longer need notifications of Travis builds. As nobody else is listed in the notifications I'll just remove it entirely.
1 parent cad6aea commit 711263f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ script:
3636
# Only build binaries from the latest Go release.
3737
- if [ "${LATEST}" = "true" ]; then gox -os="linux darwin windows" -arch="amd64" -output="flarectl.{{.OS}}.{{.Arch}}" -ldflags "-X main.Rev=`git rev-parse --short HEAD`" -verbose ./...; fi
3838

39-
notifications:
40-
email:
41-
recipients:
42-
- jamesog@cloudflare.com
43-
4439
# deploy:
4540
# provider: releases
4641
# skip_cleanup: true

0 commit comments

Comments
 (0)