GlobalNamesArchitecture / damerau-levenshtein

Calculates edit distance using Damerau-Levenshtein algorithm
MIT License
144 stars 19 forks source link

Add Ruby 2.3.1 to Travis matrix #8

Closed greysteil closed 8 years ago

greysteil commented 8 years ago

Would love to know this works against 2.3.1 (I don't think Travis support 2.3 syntax yet).

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c8bb648a5ad60f306f144345b6003e4193da77ae on greysteil:add-ruby-2.3 into ab90d3c1d6d98d7759574280debe461ff85290ec on GlobalNamesArchitecture:master.

dimus commented 8 years ago

changes to activesupport broke tests, so I added travis support for 2.3.1 manually

greysteil commented 8 years ago

Nice, thanks!