ruanyl / vim-gh-line

vim plugin that open the link of current line on github
MIT License
408 stars 37 forks source link

Add Travis #21

Closed KostyaEsmukov closed 5 years ago

KostyaEsmukov commented 5 years ago

This PR adds Travis CI configuration.

An example of a successful build: https://travis-ci.org/KostyaEsmukov/vim-gh-line/builds/454194089

@ruanyl in order to enable Travis you'd have to do the following (roughly):

  1. Visit https://travis-ci.org/account/repositories, find the ruanyl/vim-gh-line repo, flip the switch to enable Travis.
  2. Trigger a build to ensure that it passes. For example, you can pull this branch from my fork and then push it to your repo. Once you verify that it passes you can be sure that this branch being merged to master would pass as well.

Feel free to reach out if something is unclear. :-)

Related: #18 #20