commit | 3a63e44c998e9a934dd3f9e9692dde1625ea42f1 | [log] [tgz] |
---|---|---|
author | Taufan Aditya <toopay@taufanaditya.com> | Fri Feb 17 23:28:17 2012 +0700 |
committer | Taufan Aditya <toopay@taufanaditya.com> | Fri Feb 17 23:28:17 2012 +0700 |
tree | df12af28b1f939d60b50449be93796a271088ecb | |
parent | ef38f0a6d83025fbd99ace5ec60311acfe9121c4 [diff] [blame] |
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