We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb5b66 commit 6a66ad7Copy full SHA for 6a66ad7
README.md
@@ -1,4 +1,6 @@
1
# heroku-vim
2
+[![Build Status][travis-badge]][travis-link] [![Coverage Status][coveralls-badge]][coveralls-link]
3
+
4
A Heroku plugin that allows you to use vim in a dyno
5
6
## Installation
@@ -17,3 +19,8 @@ You can set a command other than `bash` to be run as well:
17
19
18
20
## License
21
MIT
22
23
+[coveralls-badge]: https://coveralls.io/repos/github/jasonheecs/heroku-vim/badge.svg?branch=master
24
+[coveralls-link]: https://coveralls.io/github/jasonheecs/heroku-vim?branch=master
25
+[travis-badge]: https://travis-ci.com/jasonheecs/heroku-vim.svg?branch=master
26
+[travis-link]: https://travis-ci.com/jasonheecs/heroku-vim
0 commit comments