comparison README.md @ 7137:41896b9720cc v7.4.880

commit https://github.com/vim/vim/commit/02d803fc0cc99a1c86a3553a1d445137eab1aa8d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 25 17:50:22 2015 +0200 patch 7.4.880 Problem: No build and coverage status. Solution: Add links to the README file. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Fri, 25 Sep 2015 18:00:05 +0200
parents e945a8e35535
children c4d677c50b9b
comparison
equal deleted inserted replaced
7136:01c6e1edafe5 7137:41896b9720cc
26 documentation, syntax files and other files that are used at runtime. To run 26 documentation, syntax files and other files that are used at runtime. To run
27 Vim you must get either one of the binary archives or a source archive. 27 Vim you must get either one of the binary archives or a source archive.
28 Which one you need depends on the system you want to run it on and whether you 28 Which one you need depends on the system you want to run it on and whether you
29 want or must compile it yourself. Check http://www.vim.org/download.php for 29 want or must compile it yourself. Check http://www.vim.org/download.php for
30 an overview of currently available distributions. 30 an overview of currently available distributions.
31
32 [![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
33 [![Coverage Status](https://coveralls.io/repos/vim/vim/badge.svg?branch=master&service=github)](https://coveralls.io/github/vim/vim?branch=master)
31 34
32 35
33 ## Documentation ## 36 ## Documentation ##
34 37
35 The vim tutor is a one hour training course for beginners. Mostly it can be 38 The vim tutor is a one hour training course for beginners. Mostly it can be