Skip to content

Commit

Permalink
Merge pull request #107 from skunkworker/add_ruby_2_6
Browse files Browse the repository at this point in the history
Added Ruby 2.6 and bumped to 2.3.8, 2.4.5 and 2.5.3
  • Loading branch information
bolandrm committed Mar 5, 2019
2 parents 4329725 + efa9df4 commit 58d09fe
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 @@ -3,8 +3,9 @@ language: ruby
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
script: "bundle exec rake test"
rvm:
- 2.3.7
- 2.4.4
- 2.5.1
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
notifications:
email: false

0 comments on commit 58d09fe

Please sign in to comment.