diff --git a/.travis.yml b/.travis.yml
index 1f80e3dfc35b56d111a2e86972e6fc67f9571c8a..3068b89bdc8f98bd1ba819a985000bfe3c123586 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