Skip to content

Commit 2ce0f70

Browse files
authored
Merge pull request #19 from scala/2.13.x
2.13.x
2 parents dcf7bd0 + 6d29764 commit 2ce0f70

File tree

254 files changed

+4004
-1313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+4004
-1313
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ env:
2121
# ssh-keygen -b 4096 -f ~/.ssh/id_dsa_spec213_b4096
2222
# openssl aes-256-cbc -pass "pass:$TRAVIS_CI_SECRET" -in ~/.ssh/id_dsa_spec213_b4096 -out ./spec/id_dsa_travis.enc -a
2323
after_success:
24-
- openssl aes-256-cbc -pass "pass:$PRIV_KEY_SECRET" -in spec/id_dsa_travis.enc -out spec/id_dsa_travis -d -a
25-
- chmod 600 spec/id_dsa_travis
26-
- eval "$(ssh-agent)"
27-
- '[ "${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.13/'
24+
- ./scripts/travis-publish-spec.sh
2825

2926
# using S3 would be simpler, but we want to upload to scala-lang.org
3027
# after_success: bundle exec s3_website push --headless

bincompat-backward.whitelist.conf

Lines changed: 0 additions & 243 deletions
This file was deleted.

bincompat-forward.whitelist.conf

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)