diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..133c78b8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php + +php: + - 5.3 + - 5.4 + +script: phpunit --coverage-text --configuration build/phpunit.xml \ No newline at end of file