mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
Add travis-ci configuration
This commit is contained in:
parent
6e430eb634
commit
8d2fb5f855
2
.travis.yml
Normal file
2
.travis.yml
Normal file
@ -0,0 +1,2 @@
|
||||
language: c
|
||||
script: make cmake && make test
|
@ -1,5 +1,7 @@
|
||||
# neovim ([bountysource fundraiser](https://www.bountysource.com/fundraisers/539-neovim-first-iteration))
|
||||
|
||||
[![Build Status](https://travis-ci.org/neovim/neovim.png)](https://travis-ci.org/neovim/neovim)
|
||||
|
||||
### Introduction
|
||||
|
||||
Vim is a powerful text editor with a big community that is constantly growing. Even though the editor is about two decades old, people still extend and want to improve it, mostly using vimscript or one of the supported scripting languages.
|
||||
|
Loading…
Reference in New Issue
Block a user