ueno / ruby-gpgme

a ruby interface to GnuPG Made Easy (GPGME).
GNU Lesser General Public License v2.1
232 stars 99 forks source link

Reorganize and update (add 2.6) Rubies in Travis build matrix #130

Closed skalee closed 5 years ago

skalee commented 5 years ago

Also, I propose to not specify PATCH (as in MAJOR.MINOR.PATCH) for Ruby versions in Travis build matrix (i.e. 2.4.3 -> 2.4, 2.5.0 -> 2.5 etc.). Travis will install the latest available PATCH for given MAJOR.MINOR then.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.05%) to 88.743% when pulling 5c3b3b081562619f5fefb7256e18b961e3120c78 on skalee:test-ruby-2.6 into cf693f269d78e7ab3948a3e33973527594152bc9 on ueno:master.

ueno commented 5 years ago

Also, I propose to not specify PATCH (as in MAJOR.MINOR.PATCH) for Ruby versions in Travis build matrix (i.e. 2.4.3 -> 2.4, 2.5.0 -> 2.5 etc.).

Sounds good to me. Would you like to update the patch along these lines?

skalee commented 5 years ago

I've reordered Rubies as well. I presume it was a good idea, nevertheless I'll happily remove that commit otherwise. Rationale is in commit message.

ueno commented 5 years ago

Thank you!