add sqlite to travis
This commit is contained in:
parent
9af5995dcc
commit
8fa2fadd44
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ php:
|
||||||
env:
|
env:
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
- DB=pgsql
|
- DB=pgsql
|
||||||
|
- DB=sqlite
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Enable logging of all queries (for debugging) and create the database schema for shimmie.
|
# Enable logging of all queries (for debugging) and create the database schema for shimmie.
|
||||||
|
|
Reference in a new issue