diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-06 12:35:12 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-06 12:35:12 +0200 |
commit | c0df5a231a28c6038f0a8ab702e090ce0e12b5a5 (patch) | |
tree | a295de51d2b7c92fc29f12e1acfcb2d548dd3982 /.travis.yml | |
parent | 57414b7ee33c8e3c6ee9fd2f63353bf9fa353651 (diff) |
Include insert test
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 |