(travis) Fix short-circuiting logic
[dbsrgits/DBIx-Class-Schema-Loader.git] / maint / travis-ci_scripts / 50_after_success.bash
CommitLineData
b7254ae2 1#!/bin/bash
2
a61771df 3# !!! Nothing here will be executed !!!
4# The line calling this script is commented out in .travis.yml
5
6# this file is executed in a subshell - set up the common stuff
b7254ae2 7source maint/travis-ci_scripts/common.bash
a61771df 8
f05f6b69 9if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi
b7254ae2 10
a61771df 11echo_err "Nothing to do"
12
13return 0