Skip to content

Commit a5728ed

Browse files
committed
Merge pull request scala#3668 from retronym/topic/travis-ssh
Disable more of the Travis spec build for PR validation
2 parents d62a649 + 63783f5 commit a5728ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ after_success:
1717
- openssl aes-256-cbc -pass "pass:$PRIV_KEY_SECRET" -in spec/id_dsa_travis.enc -out spec/id_dsa_travis -d -a
1818
- chmod 600 spec/id_dsa_travis
1919
- 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/'
20+
- '[ "${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

Comments
 (0)