X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F50_after_failure.bash;fp=maint%2Ftravis-ci_scripts%2F50_after_failure.bash;h=4935763b0441d3a2b33d5c743e3928c37264df16;hb=b58ecb01825f4afa0a13f76b799cd4608bb96ee2;hp=0000000000000000000000000000000000000000;hpb=f16a86807fac55fb4a49a7b1de5d732380ce8954;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/travis-ci_scripts/50_after_failure.bash b/maint/travis-ci_scripts/50_after_failure.bash new file mode 100755 index 0000000..4935763 --- /dev/null +++ b/maint/travis-ci_scripts/50_after_failure.bash @@ -0,0 +1,11 @@ +#!/bin/bash + +# !!! Nothing here will be executed !!! +# The source-line calling this script is commented out in .travis.yml + +source maint/travis-ci_scripts/common.bash +if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi + +echo_err "Nothing to do" + +return 0