more fixes.

This commit is contained in:
David Newhall II 2019-06-21 04:34:57 -07:00
parent d0b462523b
commit 304a2aae1b
2 changed files with 48 additions and 45 deletions

View File

@ -34,10 +34,11 @@ script:
# test and build everything
- rvm 2.0.0 do make release
after_success:
# Display Release Folder
- ls -l release/
- |
declare -r SSH_FILE="$(mktemp -u $HOME/.ssh/XXXXX)"
# Display Release Folder
ls -l release/
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
# Get deploy key for golift/homebrew-mugs.
openssl aes-256-cbc -K $encrypted_9f3147001275_key -iv $encrypted_9f3147001275_iv -in ".travis/github_deploy_key.enc" -out "$SSH_FILE" -d

View File

@ -5,7 +5,7 @@
# provided values are defaults #
########################################################
-->
<unifi-poller>
<!--
If the controller has more than one site, specify which sites to poll here.
If only one site, "default" is likely the correct name.
@ -55,3 +55,5 @@ If your Unifi controller has a valid SSL certificate, you can enable
this option to validate it. Otherwise, any SSL certificate is valid.
-->
<verify_ssl>false</verify_ssl>
</unifi-poller>