diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-04 14:22:48 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-05-04 14:22:48 +0200 |
commit | 4e607b00b2c56b7fdcc5f1d1a290be2363c74a46 (patch) | |
tree | d280b20041e2de10a3779bde131963202d1c2757 /.travis.yml | |
parent | f78018ec6b081518e4be24934448862a31bda9f8 (diff) |
GROUP BY clause API code-coverage
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 97ea0422d..971f62f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,5 @@ script: phpunit --configuration tests/travis/$DB.phpunit.xml branches: only: - develop - - master
\ No newline at end of file + - master + - db-tests
\ No newline at end of file |