diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ef5162cc..07fb894c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ php: env: - DB=sqlite - DB=postgres + - DB=mysql matrix: fast_finish: true |