.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:
parent
5e1e60c346
commit
3bc28f4933
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user