4935763b0441d3a2b33d5c743e3928c37264df16
[dbsrgits/DBIx-Class-Schema-Loader.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 source maint/travis-ci_scripts/common.bash
7 if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
8
9 echo_err "Nothing to do"
10
11 return 0