1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.travis.yml: enforce -w in invoke_ruby as well

actually current test-all does not fail with RUN_OPTS="-w".

and chkbuild seems to use RUBYOPT="-w"
bad4681c30/chkbuild/ruby.rb (L605)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2019-01-03 05:15:54 +00:00
parent 5e1e60c346
commit 3bc28f4933

View file

@ -106,7 +106,7 @@ env:
name: x86_64-linux
<<: *linux
env:
- RUN_OPTS="-w"
- RUBYOPT="-w" # test the same condition as RubyCI's chkbuild by this
- &jemalloc
name: --with-jemalloc