Integrate with Travis CI
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..21c17c2
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,2 @@
+language: erlang
+sudo: false
diff --git a/README.rst b/README.rst
index 3cac1c7..890a271 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,9 @@
 erlang-bcrypt
 =============
 
+.. image:: https://travis-ci.org/smarkets/erlang-bcrypt.svg?branch=master
+    :target: https://travis-ci.org/smarkets/erlang-bcrypt
+
 erlang-bcrypt is a wrapper around the OpenBSD Blowfish password hashing
 algorithm, as described in `"A Future-Adaptable Password Scheme"`_ by Niels
 Provos and David Mazieres.