Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keith/travis.vim
- Owner: keith
- License: mit
- Created: 2014-03-29T20:55:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T17:19:08.000Z (over 8 years ago)
- Last Synced: 2024-10-12T06:08:07.559Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 25
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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