Start xvfb using ‘services’ rather than a run script. (#4)
This is necessary now that Travis has switched from Trusty to Xenial by default.
(See https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-services)
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
codereview is a plugin for interfacing with ongoing code reviews.
In this initial release, it only supports GitHub and only supports listing open pull requests, but it will ultimately support viewing line comments inline in vim and updating them straight from vim, and support additional code review platforms such as Gerrit and Phabricator Differential.
For details, see the executable documentation in the
vroom/directory or the helpfiles in thedoc/directory. The helpfiles are also available via:help codereviewif codereview is installed (and helptags have been generated).DISCLAIMER: This is not an official Google product.
Commands
Use
:CodeReview {remoterepo}to view pull requests / pending changes between local and remote repo.Usage example
Installation
This example uses Vundle, whose plugin-adding command is
Plugin.