Automated testing via Travis
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a2449c5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: php
+
+phps:
+ - 5.2
+ - 5.3
+ - 5.4
+
+before_script:
+ - pyrus channel-discover pear.php-tools.net
+ - pyrus install pat/vfsStream-alpha
+
+script: phpunit --configuration tests/phpunit.xml
\ No newline at end of file
diff --git a/readme.rst b/readme.rst
index 26e04ce..69d82c2 100644
--- a/readme.rst
+++ b/readme.rst
@@ -13,7 +13,7 @@
*******************
Release Information
*******************
-
+Status : [![Build Status](https://secure.travis-ci.org/toopay/CodeIgniter?branch=unit-tests)](http://travis-ci.org/toopay/CodeIgniter)
This repo contains in development code for future releases. To download the
latest stable release please visit the `CodeIgniter Downloads
<http://codeigniter.com/downloads/>`_ page.