Skip to content

Commit

Permalink
adding email address for travis build notification
Browse files Browse the repository at this point in the history
Signed-off-by: mynktl <[email protected]>
  • Loading branch information
mynktl authored and kmova committed May 21, 2020
1 parent eecf332 commit fb8b063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ after_failure:
- find /var/tmp/test_results/current/log -type f -name '*' -printf "%f\n" -exec cut -c -$CSTOR_TEST_TRAVIS_LOG_MAX_LENGTH {} \;
after_success:
- find /var/tmp/test_results/current/log -type f -name '*' -printf "%f\n" -exec cut -c -$CSTOR_TEST_TRAVIS_LOG_MAX_LENGTH {} \;
notifications:
email:
recipients:
- [email protected]

0 comments on commit fb8b063

Please sign in to comment.