We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d62a649 + 63783f5 commit a5728edCopy full SHA for a5728ed
.travis.yml
@@ -17,6 +17,4 @@ after_success:
17
- openssl aes-256-cbc -pass "pass:$PRIV_KEY_SECRET" -in spec/id_dsa_travis.enc -out spec/id_dsa_travis -d -a
18
- chmod 600 spec/id_dsa_travis
19
- eval "$(ssh-agent)"
20
- - ssh-add -D
21
- - ssh-add spec/id_dsa_travis
22
- - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && rsync -e "ssh -o StrictHostKeyChecking=no" -rzv build/spec/ [email protected]:/home/linuxsoft/archives/scala/spec/2.11/'
+ - '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && ssh-add -D && ssh-add spec/id_dsa_travis && rsync -e "ssh -o StrictHostKeyChecking=no" -rzv build/spec/ [email protected]:/home/linuxsoft/archives/scala/spec/2.11/'
0 commit comments