(travis) Port all travis changes since 0.08270
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 60_after_script.bash
CommitLineData
b58ecb01 1#!/bin/bash
2
3# !!! Nothing here will be executed !!!
83c94794 4# The line calling this script is commented out in .travis.yml
b58ecb01 5
83c94794 6# this file is executed in a subshell - set up the common stuff
b58ecb01 7source maint/travis-ci_scripts/common.bash
b58ecb01 8
83c94794 9if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi
b58ecb01 10
83c94794 11echo_err "Nothing to do"