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 4d42641 commit 9a1dd57
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 @@ -18,7 +18,7 @@ before_script:
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- bundle exec rspec
- RUBYOPT=$RSPEC_RUBYOPT bundle exec rspec
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
branches:
Expand All @@ -33,9 +33,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"
sudo: false
env:
global:
Expand Down

0 comments on commit 9a1dd57

Please sign in to comment.