Clean up debug stuff

This commit is contained in:
Josh Sherman 2017-05-28 17:05:14 -05:00
parent 1bd9b03dda
commit 62835bea13
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -23,7 +23,5 @@ script:
- phpunit --colors --coverage-clover ../build/logs/clover.xml .
after_success:
- ls -al ../build/logs
- cat ../build/logs/clover.xml
- cd ..
- php vendor/bin/coveralls --config .coveralls.yml -v