Skip to content

Commit

Permalink
Don't overwrite RUBYOPT
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jun 19, 2019
1 parent 8b53fb9 commit 15f7945
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 @@ -9,7 +9,8 @@ rvm:
before_install:
- travis_retry gem update --system || travis_retry gem update --system 2.7.8
- travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3
script: bundle exec rspec
script:
- RUBYOPT=$RSPEC_RUBYOPT bundle exec rspec
branches:
only:
- master
Expand All @@ -21,8 +22,8 @@ matrix:
- rvm: ruby-head
include:
- rvm: 2.6
env: RUBYOPT="--jit"
env: RSPEC_RUBYOPT="--jit"
- rvm: ruby-head
env: RUBYOPT="--jit"
env: RSPEC_RUBYOPT="--jit"
sudo: false
cache: bundler

0 comments on commit 15f7945

Please sign in to comment.