(travis) Consolidate where/how we load the common functions (the multiple
[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 if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
7
8 echo_err "Nothing to do"
9
10 return 0