Skip to content

Commit

Permalink
Add Travis-CI notification to <[email protected]> [iet:103…
Browse files Browse the repository at this point in the history
…28314]

[ci skip]
  • Loading branch information
nfreear committed Apr 14, 2018
1 parent 359f835 commit cda0b63
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dual-language: PHP & Node.JS.
# Dual-language ~ PHP & Node.JS.
# https://github.com/travis-ci/travis-ci/issues/4090#issuecomment-184811689

language: php
Expand Down Expand Up @@ -30,4 +30,13 @@ script:
after_script:
- ls -al

notifications:
email:
recipients:
- [email protected]
# - [email protected]
on_failure: always # default: always
# slack: https://docs.travis-ci.com/user/notifications/#Configuring-Slack-notifications
# webhooks:

# End.

0 comments on commit cda0b63

Please sign in to comment.