rmm5t / strip_attributes

:hocho: An ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
https://github.com/rmm5t/strip_attributes
MIT License
558 stars 51 forks source link

CI: Drop unused Travis sudo: false directive #41

Closed olleolleolle closed 5 years ago

olleolleolle commented 5 years ago

This PR removes the no-longer-used Travis setting sudo: false. See more at the Travis blog.

rmm5t commented 5 years ago

Thanks!