From ce70b762006d18bbfa67fc182a3ba42feec978c1 Mon Sep 17 00:00:00 2001 From: Heng Zhang Date: Mon, 2 Apr 2018 11:15:43 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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