moiristo / deep_cloneable

This gem gives every ActiveRecord::Base object the possibility to do a deep clone that includes user specified associations.
MIT License
786 stars 88 forks source link

add ruby 2.2.x and 2.3.0 to Travis build matrix #57

Closed spovich closed 8 years ago

spovich commented 8 years ago

By not including the patch number, Travis will use the latest version of 2.1.x and 2.2.x. Not sure why that doesn't work for 2.3.x (maybe because there is only one 2.3 release so far)

moiristo commented 8 years ago

Thanks!

spovich commented 8 years ago

:+1: Thank you!