(travis) Feeble attempt at reverting f207111d
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 50_after_failure.bash
CommitLineData
b58ecb01 1#!/bin/bash
2
3# !!! Nothing here will be executed !!!
4# The source-line calling this script is commented out in .travis.yml
5
b58ecb01 6if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
7
8echo_err "Nothing to do"
9
10return 0