Reorganize travis test script, I *think* no functional changes
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 60_after_script.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