From 3560ddc9eac300bf9a88924e8c2caad5be07bfd5 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 27 Mar 2014 18:22:40 -0700 Subject: Start ssh-agent --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b171ce67a6..2bad98528e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ env: # the key is restricted using forced commands so that it can only upload to the directory we need here after_success: - openssl aes-256-cbc -pass "pass:$PRIV_KEY_SECRET" -in spec/id_dsa_travis.enc -out spec/id_dsa_travis -d -a - - ssh-add -D - chmod 600 spec/id_dsa_travis + - eval "$(ssh-agent)" + - ssh-add -D - ssh-add spec/id_dsa_travis - rsync -e 'ssh -o StrictHostKeyChecking=no' -rzv build/spec/ scalatest@chara.epfl.ch:/home/linuxsoft/archives/scala/spec/2.11/ \ No newline at end of file -- cgit v1.2.3