remove test code

This commit is contained in:
davidnewhall2 2019-12-03 03:13:49 -08:00
parent a32ba4a50b
commit 0612ee80c0
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,6 @@ script:
after_success: after_success:
# Display Release Folder # Display Release Folder
- ls -l release/ - ls -l release/
- scripts/package-deploy.sh
# Setup the ssh client so we can clone and push to the homebrew formula repo. # 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 # You must put github_deploy_file into .secret_files.tar.enc
# This is an ssh key added to your homebrew forumla repo. # This is an ssh key added to your homebrew forumla repo.
@ -75,4 +74,5 @@ deploy:
- provider: script - provider: script
script: scripts/package-deploy.sh script: scripts/package-deploy.sh
on: on:
tags: true all_branches: true
condition: $TRAVIS_BRANCH =~ ^(master|v[0-9.])$