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