.travis.yml: checkout ruby/spec PR

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-03-30 07:16:20 +00:00
parent 23e2aac889
commit d4581159bd

View File

@ -47,6 +47,7 @@ before_script:
- "make after-update BASERUBY=ruby UNICODE_FILES=."
- "make -s $JOBS"
- "make update-rubyspec"
- "${RUBYSPEC_PULL_REQUEST:+git -C spec/rubyspec pull origin +refs/pull/${RUBYSPEC_PULL_REQUEST}/merge:}"
script:
- "make test TESTOPTS=--color=never"