diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..bb82ce1e4c --- /dev/null +++ b/.travis.yml @@ -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)) +[](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. |