diff --git a/.travis.yml b/.travis.yml index 2672649068b..3c145c0a892 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ skip_build: before_install: - openssl aes-256-cbc -K $encrypted_a8795423b644_key -iv $encrypted_a8795423b644_iv -in tron.enc -out tron -d + - echo -e "Host [198.35.44.132]:28290\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config deploy: provider: script script: bash deploy.sh