ruby-changes:52930
From: nobu <ko1@a...>
Date: Thu, 18 Oct 2018 10:52:57 +0900 (JST)
Subject: [ruby-changes:52930] nobu:r65144 (trunk): .travis.yml: no PR in spec/ruby [ci skip]
nobu 2018-10-18 10:52:50 +0900 (Thu, 18 Oct 2018) New Revision: 65144 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65144 Log: .travis.yml: no PR in spec/ruby [ci skip] * .travis.yml (before_script): spec/ruby has been incorporated already, no pull-requests to merge. Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 65143) +++ .travis.yml (revision 65144) @@ -97,11 +97,6 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L97 - "make update-config_files" - "make touch-unicode-files" - "make -s $JOBS srcs UNICODE_FILES=." - - "requests=; for req in ${RUBYSPEC_PULL_REQUEST//,/ }; do - requests=\"$requests +refs/pull/$req/merge:\"; - done" - - "${requests:+git -C spec/ruby -c user.email=none -c user.name=none pull --no-edit origin $requests}" - - "${requests:+git -C spec/ruby log --oneline origin/master..@}" - "rm config.status Makefile rbconfig.rb .rbconfig.time" - "mkdir build config_1st config_2nd" - "chmod -R a-w ." -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/