summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-02-17 17:28:17 +0100
committerTaufan Aditya <toopay@taufanaditya.com>2012-02-17 17:28:17 +0100
commit3a63e44c998e9a934dd3f9e9692dde1625ea42f1 (patch)
treedf12af28b1f939d60b50449be93796a271088ecb
parentef38f0a6d83025fbd99ace5ec60311acfe9121c4 (diff)
Automated testing via Travis
-rw-r--r--.travis.yml12
-rw-r--r--readme.rst2
2 files changed, 13 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000..a2449c593
--- /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 26e04ceac..69d82c2f3 100644
--- a/readme.rst
+++ b/readme.rst
@@ -13,7 +13,7 @@ for a given task.
*******************
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.