Skip to content

Commit

Permalink
Merge pull request #11 from sue445/sue445-patch-1
Browse files Browse the repository at this point in the history
CI against for ruby 2.7
  • Loading branch information
sue445 committed Jan 1, 2020
2 parents 5499372 + 0cbdd4e commit a7b3708
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rvm:
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
bundler_args: "--jobs=2"
before_install:
Expand All @@ -26,6 +27,8 @@ matrix:
include:
- rvm: 2.6
env: RSPEC_RUBYOPT="--jit"
- rvm: 2.7
env: RSPEC_RUBYOPT="--jit"
- rvm: ruby-head
env: RSPEC_RUBYOPT="--jit"

0 comments on commit a7b3708

Please sign in to comment.