diff --git a/.travis.yml b/.travis.yml index 10e97d70e..d74bd298c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,5 @@ install: script: - php -v - ls storage -- ls tests/resources/storage \ No newline at end of file +- ls tests/resources/storage +- vendor/bin/phpunit --configuration phpunit.xml \ No newline at end of file