Skip to content

Commit

Permalink
Adding additional job with RUBYOPT="--jit" for anything 2.6 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
duffyjp committed Apr 9, 2019
1 parent c0299af commit c5b1c2a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,21 @@ rvm:
- 2.4
- 2.5
- 2.6

env:
- RUBYOPT="--jit"
- ""

matrix:
exclude:
- rvm: 2.2
env: RUBYOPT="--jit"
- rvm: 2.3
env: RUBYOPT="--jit"
- rvm: 2.4
env: RUBYOPT="--jit"
- rvm: 2.5
env: RUBYOPT="--jit"


before_install: ruby -e "File.write('Gemfile.lock', File.read('Gemfile.lock').split('BUNDLED WITH').first)"

0 comments on commit c5b1c2a

Please sign in to comment.