diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e7263f6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php +php: + - 5.3 +before_script: + - wget --quiet http://getcomposer.org/composer.phar + - php composer.phar install +script: phpunit