eonu / arx

A Ruby interface for querying academic papers on the arXiv search API.
https://arxiv.org/help/api
MIT License
31 stars 1 forks source link

Add more CI rubies #84

Closed eonu closed 3 years ago

eonu commented 3 years ago

This package is quite old, and although most functionality is working and tested quite well, CI rubies are missing for stable versions: 2.7, 2.8, 2.9 and now 3.

These just need to be added to .travis.yml, and we need to hope that nothing breaks in these versions!

eonu commented 3 years ago

Implemented in #86.