diff --git a/.travis.yml b/.travis.yml index b717ec18..bf7c1b61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -660,9 +660,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