diff --git a/.travis.yml b/.travis.yml index 11fd7f9..ee8e588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,4 +37,5 @@ script: - phpunit --colors --coverage-clover /home/travis/build/joshtronic/pickles/vendor/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests after_success: + - ls -al vendor/build/logs - php vendor/bin/coveralls --config ../.coveralls.yml -v