diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-04 18:50:00 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-04 18:50:00 +0200 |
commit | 26490e37f4bdb267b71431abd79782549cbbadda (patch) | |
tree | ffe57ccdaa85b4db7d84d167cda28230f3c8d36a | |
parent | ffd7a0bcedbbac497c9987a3c9299b2edaa7c717 (diff) |
Add branch to travis list
-rw-r--r-- | .travis.yml | 3 | ||||
-rw-r--r-- | tests/mocks/database/drivers/sqlite.php | 2 |
2 files changed, 3 insertions, 2 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 diff --git a/tests/mocks/database/drivers/sqlite.php b/tests/mocks/database/drivers/sqlite.php index 49c68c50f..76a182cbf 100644 --- a/tests/mocks/database/drivers/sqlite.php +++ b/tests/mocks/database/drivers/sqlite.php @@ -11,6 +11,6 @@ class Mock_Database_Drivers_Sqlite extends Mock_Database_DB_Driver { */ public function __construct($config = array()) { - parent::__construct('CI_DB_sqlite_driver', $config); + parent::__construct('CI_DB_sqlite3_driver', $config); } }
\ No newline at end of file |