From 97f8448b72bd0563ed57f9c93c4fd96a96346072 Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Sat, 5 Jan 2019 10:17:33 -0500
Subject: [PATCH] Don't terminate in after_success because it halts the log
 abruptly

---
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1f80e3dfc..3068b89bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -659,9 +659,7 @@ script:
     fi;
 
 after_success:
-  # Run the Deployer scripts
-  - if [[ "$__DPL_ACTIVE" != "1" ]]; then
-      exit;
-    fi;
+  # Run the upload scripts
+  # These do nothing if Deployer is not triggered
   - . ../deployer/travis/deployer_ftp.sh
   - . ../deployer/travis/deployer_dput.sh
-- 
GitLab