aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--README.md1
2 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..dec670d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: elixir
+elixir:
+ - 1.3
diff --git a/README.md b/README.md
index 0a2ec62..1d10461 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# Boltex
+[![Build Status](https://travis-ci.org/mschae/boltex.svg?branch=master)](https://travis-ci.org/mschae/boltex)
Elixir implementation of the Bolt protocol and corresponding PackStream
protocol. Both is being used by Neo4J.