102291d5cb2461bac36efa9e18c6f7c85289e9b4
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 60_after_script.bash
1 #!/bin/bash
2
3 # !!! Nothing here will be executed !!!
4 # The 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"