add sqlite to travis

This commit is contained in:
Shish 2015-08-09 14:37:07 +01:00
parent 9af5995dcc
commit 8fa2fadd44

View file

@ -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.