Skip to content

Commit

Permalink
Test against Ruby 2.4 which deprecates Fixnum
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed May 4, 2018
1 parent 766d98b commit 21f3093
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ language: ruby
rvm:
- 2.2.2
- 2.3.0
- 2.4
matrix:
fast_finish: true
exclude:
- rvm: 2.4
gemfile: gemfiles/rails3.gemfile
script: bundle exec rake spec
gemfile:
- gemfiles/rails3.gemfile
Expand Down

0 comments on commit 21f3093

Please sign in to comment.