summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-27 18:22:40 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-27 18:22:40 -0700
commit3560ddc9eac300bf9a88924e8c2caad5be07bfd5 (patch)
tree427238c3dd2955c99045e60b10ab21e4ef91c0a1 /.travis.yml
parentb102ffc9e8a57e0ae3deac287fbd32d8beff46f0 (diff)
downloadscala-3560ddc9eac300bf9a88924e8c2caad5be07bfd5.tar.gz
scala-3560ddc9eac300bf9a88924e8c2caad5be07bfd5.tar.bz2
scala-3560ddc9eac300bf9a88924e8c2caad5be07bfd5.zip
Start ssh-agent
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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