Remove "make update-rubyspec"

because it is no-op for compatibility

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-08-02 00:20:41 +00:00
parent ae6625c546
commit 3ba550c19b

View File

@ -42,7 +42,6 @@ before_script:
- "make update-config_files" - "make update-config_files"
- "make touch-unicode-files" - "make touch-unicode-files"
- "make -s $JOBS srcs UNICODE_FILES=." - "make -s $JOBS srcs UNICODE_FILES=."
- "make update-rubyspec"
- "requests=; for req in ${RUBYSPEC_PULL_REQUEST//,/ }; do - "requests=; for req in ${RUBYSPEC_PULL_REQUEST//,/ }; do
requests=\"$requests +refs/pull/$req/merge:\"; requests=\"$requests +refs/pull/$req/merge:\";
done" done"