From 078cc04d625909702bfe818e1146b7b613e7cac3 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Tue, 3 Dec 2019 03:13:49 -0800 Subject: [PATCH] remove test code --- integrations/promunifi/.travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/promunifi/.travis.yml b/integrations/promunifi/.travis.yml index 42385ca1..4cad6edf 100644 --- a/integrations/promunifi/.travis.yml +++ b/integrations/promunifi/.travis.yml @@ -43,7 +43,6 @@ script: after_success: # Display Release Folder - ls -l release/ - - scripts/package-deploy.sh # Setup the ssh client so we can clone and push to the homebrew formula repo. # You must put github_deploy_file into .secret_files.tar.enc # This is an ssh key added to your homebrew forumla repo. @@ -75,4 +74,5 @@ deploy: - provider: script script: scripts/package-deploy.sh on: - tags: true + all_branches: true + condition: $TRAVIS_BRANCH =~ ^(master|v[0-9.])$