TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Fix the Travis build #268

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

Suggested solution by https://stackoverflow.com/questions/23985887/install-error-rubygems-has-no-installation-candidate

Note: this PR is as a test point to see if this actually works, as I don't have Travis on my local fork.

TimvdLippe commented 6 years ago

All right, the build is green again! This link is easier to review: https://github.com/TestRoots/watchdog/pull/268/files?w=1

All in all, it mostly took a necessary major version upgrade to Ruby as well as an update of the Travis build script to correctly build with the latest version of IntelliJ.

Inventitech commented 6 years ago

Thank you, Tim! What brings us the honor?

TimvdLippe commented 6 years ago

I wanted to locally test this plugin to see its capabilities, but was unable to make it work. Then I discovered Travis was broken, so I took the opportunity to learn more about the project by working on that!