Skip to content

Commit

Permalink
Test against Ruby 2.4
Browse files Browse the repository at this point in the history
 * .ruby-version is to inform rubocop/hound we live in Ruby 2.4
   So we don't need to freeze (even though this is a gem)
  • Loading branch information
mnoack committed May 7, 2018
1 parent 24c91b9 commit 7750a25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.4.4
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 7750a25

Please sign in to comment.