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