From f7ec0481aa8eea5b2a3bf95ce8c3261dfaa38633 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 2 Aug 2017 00:20:41 +0000 Subject: 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1ac4651ebd..f2e9a2bd1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,6 @@ before_script: - "make update-config_files" - "make touch-unicode-files" - "make -s $JOBS srcs UNICODE_FILES=." - - "make update-rubyspec" - "requests=; for req in ${RUBYSPEC_PULL_REQUEST//,/ }; do requests=\"$requests +refs/pull/$req/merge:\"; done" -- cgit v1.2.3