Skip to content

Commit

Permalink
Add notification to the travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Mar 17, 2019
1 parent ce1ca98 commit afe5cec
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@ after_success:
# Submit coverage report to Coveralls servers, see .coveralls.yml
- travis_retry php coveralls.phar -v
# Submit coverage report to codecov.io
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

notifications:
email:
- mostafabarmshory+eeqna5hwqenxwczq7lax@boards.trello.com
on_success: never
on_failure: always
on_error: always

0 comments on commit afe5cec

Please sign in to comment.