chore(travis): use lean-build@googlegroups

This commit is contained in:
Soonho Kong 2014-05-02 17:21:18 -04:00
parent dc627c9965
commit 4fddc5b8bc
4 changed files with 4 additions and 4 deletions

View file

@ -119,6 +119,6 @@ install:
notifications:
email:
recipients:
- leansmt-dev@googlegroups.com
- lean-build@googlegroups.com
on_success: always
on_failure: always

View file

@ -80,6 +80,6 @@ after_script:
notifications:
email:
recipients:
- leansmt-dev@googlegroups.com
- lean-build@googlegroups.com
on_success: always
on_failure: always

View file

@ -312,6 +312,6 @@ after_script:
notifications:
email:
recipients:
- leansmt-dev@googlegroups.com
- lean-build@googlegroups.com
on_success: always
on_failure: always

View file

@ -14,6 +14,6 @@ We just have to go to our fork page at github; select `settings` (it is an icon
select `Service Hooks`; select `Travis`; and provide the required information.
We must have an account at Travis.
By default, build reports are sent to the [leansmt-dev](https://groups.google.com/forum/#!forum/leansmt-dev) Google group.
By default, build reports are sent to the [lean-build](https://groups.google.com/forum/#!forum/lean-build) Google group.
You can change that by modifying the file [.travis.yml](../../.travis.yml) in the Lean root directory. The file contains a
`recipients:` entry.