Skip to content

Commit 048a388

Browse files
committed
Try to fix Travis not excluding pgsql,mysqli for HHVM
1 parent f627474 commit 048a388

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ matrix:
3030
exclude:
3131
- php: hhvm
3232
env: DB=mysqli
33+
- php: hhvm
3334
env: DB=pgsql
35+
- php: hhvm
3436
env: DB=pdo/pgsql
3537

3638
branches:

0 commit comments

Comments
 (0)