From 0612ee80c0d9968a53d565afbe69ddf5f05399d4 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Tue, 3 Dec 2019 03:13:49 -0800 Subject: [PATCH] remove test code --- integrations/influxunifi/.travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/influxunifi/.travis.yml b/integrations/influxunifi/.travis.yml index 42385ca1..4cad6edf 100644 --- a/integrations/influxunifi/.travis.yml +++ b/integrations/influxunifi/.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.])$