aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-02-22 14:29:21 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-22 14:29:51 -0300
commit8d2fb5f8557c1dfe0f3fa398ca58bdb9441fa107 (patch)
tree5e926c201a1554aa8c50b6ab9141dbfc07a06635
parent6e430eb63490659658cbec8ef164edc375300ce6 (diff)
downloadrneovim-8d2fb5f8557c1dfe0f3fa398ca58bdb9441fa107.tar.gz
rneovim-8d2fb5f8557c1dfe0f3fa398ca58bdb9441fa107.tar.bz2
rneovim-8d2fb5f8557c1dfe0f3fa398ca58bdb9441fa107.zip
Add travis-ci configuration
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
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
diff --git a/README.md b/README.md
index 7f28c49bef..7c605aa148 100644
--- a/README.md
+++ b/README.md
@@ -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.