Reorganize travis test script, I *think* no functional changes
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 50_after_failure.bash
diff --git a/maint/travis-ci_scripts/50_after_failure.bash b/maint/travis-ci_scripts/50_after_failure.bash
new file mode 100755 (executable)
index 0000000..4935763
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# !!! Nothing here will be executed !!!
+# The source-line calling this script is commented out in .travis.yml
+
+source maint/travis-ci_scripts/common.bash
+if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi
+
+echo_err "Nothing to do"
+
+return 0