Skip to content

Commit

Permalink
Merge pull request #19 from scala/2.13.x
Browse files Browse the repository at this point in the history
2.13.x
  • Loading branch information
wwjiang007 authored Aug 12, 2017
2 parents dcf7bd0 + 6d29764 commit 2ce0f70
Show file tree
Hide file tree
Showing 254 changed files with 4,004 additions and 1,313 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ env:
# ssh-keygen -b 4096 -f ~/.ssh/id_dsa_spec213_b4096
# openssl aes-256-cbc -pass "pass:$TRAVIS_CI_SECRET" -in ~/.ssh/id_dsa_spec213_b4096 -out ./spec/id_dsa_travis.enc -a
after_success:
- openssl aes-256-cbc -pass "pass:$PRIV_KEY_SECRET" -in spec/id_dsa_travis.enc -out spec/id_dsa_travis -d -a
- chmod 600 spec/id_dsa_travis
- eval "$(ssh-agent)"
- '[ "${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/'
- ./scripts/travis-publish-spec.sh

# using S3 would be simpler, but we want to upload to scala-lang.org
# after_success: bundle exec s3_website push --headless
243 changes: 0 additions & 243 deletions bincompat-backward.whitelist.conf

This file was deleted.

107 changes: 0 additions & 107 deletions bincompat-forward.whitelist.conf

This file was deleted.

Loading

0 comments on commit 2ce0f70

Please sign in to comment.