(travis) Fix short-circuiting logic
[dbsrgits/DBIx-Class-Schema-Loader.git] / maint / travis-ci_scripts / 60_after_script.bash
CommitLineData
b7254ae2 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
f05f6b69 7if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi
b7254ae2 8
9echo_err "Nothing to do"
10
11return 0