[前][次][番号順一覧][スレッド一覧]

ruby-changes:54477

From: k0kubun <ko1@a...>
Date: Thu, 3 Jan 2019 14:15:58 +0900 (JST)
Subject: [ruby-changes:54477] k0kubun:r66692 (trunk): .travis.yml: enforce -w in invoke_ruby as well

k0kubun	2019-01-03 14:15:54 +0900 (Thu, 03 Jan 2019)

  New Revision: 66692

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66692

  Log:
    .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"
    https://github.com/ruby/chkbuild/blob/bad4681c30e71f132cdd80f324d4b8f132f6582c/chkbuild/ruby.rb#L605

  Modified files:
    trunk/.travis.yml
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 66691)
+++ .travis.yml	(revision 66692)
@@ -106,7 +106,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L106
     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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]