diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-25 15:32:05 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-25 15:32:05 +0100 |
commit | 79980e4ddc3dd312e31523c2ecf3042cd9010bde (patch) | |
tree | cbe64ae48df8f63af74425e8ca3b1347444eb91e /.travis.yml | |
parent | 7e83f32e3844ba8ee34c8a79ee6fa3f558fcb46a (diff) |
MySQLi tests
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 a1635eaa8..0b8965d77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: env: - DB=mysql + - DB=mysqli - DB=pgsql - DB=sqlite - DB=pdo/mysql |