Skip to content

Commit

Permalink
Merge pull request #107 from NoRedInk/fix-ruby-support
Browse files Browse the repository at this point in the history
fix travis ruby versions and add ruby 2.6
  • Loading branch information
michaelglass authored Nov 21, 2019
2 parents d467b57 + bb391c4 commit 1e359a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ language: ruby
rvm:
- 2.1
- 2.2
- 2.3.3
- 2.4.3
- 2.5.0
- 2.3
- 2.4
- 2.5
- 2.6
gemfile:
- gemfiles/rspec_3.3.gemfile
- gemfiles/rspec_3.4.gemfile
Expand Down

0 comments on commit 1e359a1

Please sign in to comment.