marnen / middleman-breadcrumbs

Breadcrumbs helper for Middleman (http://www.middlemanapp.com)
MIT License
11 stars 12 forks source link

Fix Travis configuration #20

Open marnen opened 3 years ago

marnen commented 3 years ago

See https://travis-ci.org/github/marnen/middleman-breadcrumbs/jobs/711977175 : the configuration doesn't work for Ruby 2.0.0. We should either fix that or stop supporting Ruby 2.0.0, and we should also add Travis environments for newer Rubies than we currently test on.

marnen commented 3 years ago

Possible duplicate of #11.

vinc commented 3 years ago

Support for ruby 2.0 was dropped in 2016 and middleman 4.x requires at least ruby 2.2 so it'd be safe to do the same:

https://github.com/middleman/middleman/blob/4.x/middleman/middleman.gemspec#L19 https://github.com/middleman/middleman/blob/4.x/.travis.yml