Test against Ruby 2.5

This commit is contained in:
Brandon Robins
2017-12-26 20:23:58 -05:00
parent 109bfd0528
commit 20c1c177a2

View File

@@ -2,6 +2,10 @@ language: ruby
rvm:
- 2.3
- 2.4
- 2.5
script:
- bundle exec rake spec
- bundle exec rake litmus:run
matrix:
allow_failures:
- rvm: 2.5