diff --git a/.travis.yml b/.travis.yml index ea57057..4b8ff96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ before_script: - php composer.phar install php: - - 5.3.2 - 5.3 - 5.4 + +script + - phpunit + - sh -c "cd docs && make clean && make html"