Skip to content
Snippets Groups Projects
Commit 12d59331 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

[travis] Add .travis/after_failure

parent 2abf27ac
No related branches found
No related tags found
No related merge requests found
......@@ -48,3 +48,4 @@ before_install:
script: ./.travis/build
after_success: ./.travis/after_success
after_failure: ./.travis/after_failure
#!/bin/bash
# Set debug mode
set -x
set -v
# Display post-failure environment
echo "Environment:"
env
# Dump as much log as we can
find $build_dir -name "*.log" | xargs cat
# End debug mode
set +v
set +x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment