diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..23abc30 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: php + +php: + - 5.3 + - 5.4 + +before_script: + - wget http://getcomposer.org/composer.phar + - php composer.phar install + - cp phpunit.xml.dist phpunit.xml + - phpunit diff --git a/README.md b/README.md index d8c7b55..907c2b3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Made by in Vienna [Florian Eckerstorfer](http://florianeckerstorfer.com). About ----- -Transforms the given `\DateTime` object into a human readable format. +Transforms the given `\DateTime` object into a human date. Installation ------------