diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-02-17 17:28:17 +0100 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-02-17 17:28:17 +0100 |
commit | 3a63e44c998e9a934dd3f9e9692dde1625ea42f1 (patch) | |
tree | df12af28b1f939d60b50449be93796a271088ecb /.travis.yml | |
parent | ef38f0a6d83025fbd99ace5ec60311acfe9121c4 (diff) |
Automated testing via Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 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 |