commit | 497df067d9fdd66cce3479ab95a0822322da8c78 | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Tue Sep 26 11:12:54 2017 +1000 |
committer | Andrew Gerrand <adg@golang.org> | Tue Sep 26 01:20:52 2017 +0000 |
tree | cf9d0f61a7e3d3b25ce33e6542b92f5069ce1fb6 | |
parent | 0e717a2112c4734146de64c0c3e91df7a8b4af08 [diff] |
build: send build fail/pass notifications to mailing list Bring this repo in line with the main repo. Change-Id: I355f7c40603b832cf2145144ff68ed6146636e51 Reviewed-on: https://upspin-review.googlesource.com/13120 Reviewed-by: Rob Pike <r@golang.org>
diff --git a/.travis.yml b/.travis.yml index 3745bdb..6b8dc5b 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -3,3 +3,6 @@ - 1.8.x go_import_path: exp.upspin.io script: go test -short -race ./... +notifications: + email: + - upspin-reviews@googlegroups.com