diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-27 17:31:09 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-27 17:31:09 +0200 |
commit | 11fd4b8759438f216318e3e1e004f918b88a56ad (patch) | |
tree | d0d95dde61491c257d4a0f3c7218fbc866375893 /.travis.yml | |
parent | 650f2a2bc15dd575f50446dcc1315c131652ca49 (diff) | |
parent | b2e10b7de0d8979ce19fed5859e696904e2923dd (diff) |
Merge pull request #1402 from toopay/test-suite
Continuation of Unit-Testing
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6a7d37812..31b74b13b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_script: - 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: |