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:
|
||||
- DB=mysql
|
||||
- DB=pgsql
|
||||
- DB=sqlite
|
||||
|
||||
install:
|
||||
# Enable logging of all queries (for debugging) and create the database schema for shimmie.
|
||||
|
|
Reference in a new issue