From df591c6bb3372761d9931f85325240d380508d92 Mon Sep 17 00:00:00 2001 From: Taka Goto Date: Mon, 17 Sep 2018 11:29:16 -0500 Subject: [PATCH] start ssh agent --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 798a4ddf..95ec2d65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,7 @@ notifications: after_script: - bash ./pkg/transformers/stop_test_chain.sh + - eval "$(ssh-agent -s)" + - chmod 600 .travis/id_rsa + - ssh-add .travis/id_rsa - sup --debug staging deploy