(travis) Revert 81cf62797 and b4532c43f (both fixed since)
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / 50_after_success.bash
old mode 100755 (executable)
new mode 100644 (file)
index 8b44371..83f1a89
@@ -34,6 +34,7 @@ if [[ "$DEVREL_DEPS" == "true" ]] && perl -M5.008003 -e1 &>/dev/null ; then
   tarball_assembled=1
 
 elif [[ "$CLEANTEST" != "true" ]] ; then
+
   parallel_installdeps_notest $(perl -Ilib -MDBIx::Class::Optional::Dependencies=-list_missing,dist_dir)
 
   run_or_err "Attempt to build a dist from original checkout" "make dist"