Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keith/travis.vim

Travis CI build status inside vim
https://github.com/keith/travis.vim

Last synced: 16 days ago
JSON representation

Travis CI build status inside vim

Awesome Lists containing this project

README

        

# Travis.vim

View your [Travis CI](https://travis-ci.org/) build status within Vim

## Usage

Run `:Travis` from within vim. You must be running vim from a folder
within the Git repository. Note: Travis.vim requires `+python`

Inside the Quickfix window:

`q`: closes the quickfix window

`r`: refreshes the build status

``: opens the build on [Travis](travis-ci.org)

With [vim-fugitive](https://github.com/tpope/vim-fugitive) installed:

`gt`: opens the source URL

`gl`: opens the last commit

### Example

![Example Build](https://raw.githubusercontent.com/Keithbsmiley/travis.vim/master/screenshot/travis.png)

###### License

MIT, see LICENSE