Nick Travis script improvements from DBIC
[dbsrgits/DBIx-Class-Schema-Loader.git] / maint / travis-ci_scripts / 50_after_success.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 return ; fi
10
11 echo_err "Nothing to do"
12
13 return 0