Created
May 28, 2015 11:29
-
-
Save akovalyov/5c09dac2a3868387a228 to your computer and use it in GitHub Desktop.
Travis email on failure with screenshots and everything you want
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
after_failure: | |
- sudo apt-get update && sudo apt-get install mutt | |
- echo "Something failed" | mutt $( printf -- '-a %q ' build/screenshots/*.png ) -s "Travis fail" -- [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment