Trying all the paths.

This commit is contained in:
Joshua Sherman 2014-01-21 21:40:55 -05:00
parent 946df09750
commit 710620e96a

View file

@ -37,5 +37,6 @@ 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 - php vendor/bin/coveralls --config ../.coveralls.yml -v
- php vendor/bin/coveralls --config .coveralls.yml -v