Debugging coverage report location

This commit is contained in:
Joshua Sherman 2014-01-21 00:20:54 -05:00
parent 5f94652e9c
commit 946df09750

View file

@ -37,4 +37,5 @@ script:
- phpunit --colors --coverage-clover /home/travis/build/joshtronic/pickles/vendor/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests - phpunit --colors --coverage-clover /home/travis/build/joshtronic/pickles/vendor/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests
after_success: after_success:
- ls -al vendor/build/logs
- php vendor/bin/coveralls --config ../.coveralls.yml -v - php vendor/bin/coveralls --config ../.coveralls.yml -v