Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 60_after_script.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
6source maint/travis-ci_scripts/common.bash
7if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
8
9echo_err "Nothing to do"
10
11return 0