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 a942013 commit aa753b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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 rake spec
- RUBYOPT=$RSPEC_RUBYOPT bundle exec rake spec
- bundle exec rubocop
branches:
only:
Expand All @@ -23,9 +23,9 @@ 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"
env:
global:
secure: Ntdheemdu1GavPR/3kPfQg1tR13FTP0jE9KxsSKcG32VbIzM69l22OXXwYttFexMhA1dMNytv5bKGIszeiO+YjwzDXkcDHF7ZULc24epsGCOVfNax4g47Q+Lgt2kpAsx8V/8/SIpK7VeBhc2nPvhAKPjTZ8ddN2gLHk4wifLRFA=

0 comments on commit aa753b1

Please sign in to comment.