jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

Disable on_success email notification in Travis CI configuration #198

Closed raphaelstolt closed 7 years ago

raphaelstolt commented 7 years ago

To reduce the noise coming from email notifications for Travis CI builds, a possible configuration might look like:

notifications:
  email:
    on_success: never # default: change
    on_failure: always # default: always