ruby-changes:54389
From: nobu <ko1@a...>
Date: Fri, 28 Dec 2018 13:23:42 +0900 (JST)
Subject: [ruby-changes:54389] nobu:r66603 (trunk): .travis.yml: rbconfig.rb is not needed to setup sources
nobu 2018-12-28 13:23:39 +0900 (Fri, 28 Dec 2018) New Revision: 66603 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66603 Log: .travis.yml: rbconfig.rb is not needed to setup sources Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 66602) +++ .travis.yml (revision 66603) @@ -328,6 +328,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L328 mkdir ~/.downloaded-cache - ln -s ~/.downloaded-cache - "> config.status" + - "> .rbconfig.time" - sed -f tool/prereq.status Makefile.in common.mk > Makefile - make -s $JOBS update-download - make -s $JOBS srcs -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/