tumblr / collins

groovy kind of love
tumblr.github.com/collins
Apache License 2.0
573 stars 99 forks source link

Update CLA info and fix Travis issues #593

Closed defect closed 5 years ago

defect commented 5 years ago

Quick update to CONTRIBUTING.md to remove the info about our old janky PDF CLA, and adding a link to the new system.

EDIT: Looks like Oracle took down their JDK7 which breaks the Travis build, so I'm updating travis.yaml to use OpenJDK 8. It's what we use in the docker image anyway. I'm also removing some dead code from the days when we had the ruby gems in the same repo.

https://github.com/travis-ci/travis-ci/issues/7884

@tumblr/collins

defect commented 5 years ago

Turns out there's another Travis bug with OpenJDK 8 in ubuntu trusty where you somehow end up with java 1.8.0 but javac 1.9.0 (https://github.com/travis-ci/travis-ci/issues/9867). Updating the build env to Xenial fixed it.