Add branch to travis list
diff --git a/.travis.yml b/.travis.yml
index 97ea042..971f62f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,4 +25,5 @@
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 49c68c5..76a182c 100644
--- a/tests/mocks/database/drivers/sqlite.php
+++ b/tests/mocks/database/drivers/sqlite.php
@@ -11,6 +11,6 @@
*/
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