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 18ea205 commit c3650a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -17,7 +17,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 @@ -32,9 +32,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:
- CC_TEST_REPORTER_ID=954ac3f52d68ad11cf8d56daff96a8f83390fa2e77c0c67a9919c04f0f5c658a

0 comments on commit c3650a4

Please sign in to comment.