Skip to content

Commit

Permalink
Use default Travis notifications.
Browse files Browse the repository at this point in the history
Until now only the creator of the package would get a notification, instead of the committer.
Fixes #208.
  • Loading branch information
mauritsvanrees committed Feb 5, 2018
1 parent a35cb10 commit ef5e0a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,11 @@ Changelog
3.0.0a4 (unreleased)
--------------------

- Use default Travis notifications.
Until now only the creator of the package would get a notification, instead of the committer.
Fixes `issue 208 <https://github.com/plone/bobtemplates.plone/issues/208>`_.
[maurits]

- Fix coveralls for packages created with addon and theme_package by converting the pickle output of createcoverage in .coverage to json.
[pbauer]

Expand Down
3 changes: 0 additions & 3 deletions bobtemplates/plone/addon/.travis.yml.bob
Expand Up @@ -27,6 +27,3 @@ after_success:
- bin/python -m coverage.pickle2json
- pip install coveralls
- coveralls
notifications:
email:
- {{{ author.email }}}
3 changes: 0 additions & 3 deletions bobtemplates/plone/theme_package/.travis.yml.bob
Expand Up @@ -27,6 +27,3 @@ after_success:
- bin/python -m coverage.pickle2json
- pip install coveralls
- coveralls
notifications:
email:
- {{{ author.email }}}

0 comments on commit ef5e0a8

Please sign in to comment.