aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-02 00:20:41 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-02 00:20:41 +0000
commitf7ec0481aa8eea5b2a3bf95ce8c3261dfaa38633 (patch)
tree7878d858fc3a1b54f178909f92af2728189c51cf /.travis.yml
parent189e86334e3d13467bc334aeb4c80313978ef7d9 (diff)
downloadruby-f7ec0481aa8eea5b2a3bf95ce8c3261dfaa38633.tar.gz
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
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"