(travis) Reshuffle CI workflow, prepare for better instrumentation of failures
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 50_after_failure.bash
1 #!/bin/bash
2
3 # !!! Nothing here will be executed !!!
4 # The source-line calling this script is commented out in .travis.yml
5
6 # this file is executed in a subshell - set up the common stuff
7 source maint/travis-ci_scripts/common.bash
8
9 if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi
10
11 echo_err "Nothing to do"