Continuation for Security and Table code-coverage, add coverage report to travis
diff --git a/.travis.yml b/.travis.yml
index 6a7d378..31b74b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c 'create database ci_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'mysql' ] || [ '$DB' = 'pdo/mysql' ]; then mysql -e 'create database IF NOT EXISTS ci_test;'; fi"
-script: phpunit --configuration tests/travis/$DB.phpunit.xml
+script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml
branches:
only: