summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-20 17:47:28 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-20 17:47:28 +0100
commit048a38873f3a638fec4a6da3505c8814b9ef24b2 (patch)
treebec88537bdcf4eff25206ed9ef69422e2945781b /.travis.yml
parentf62747451d1f040b36db7611255d7c1b3cdffcdf (diff)
Try to fix Travis not excluding pgsql,mysqli for HHVM
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5085ba1f7..c069aac9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,9 @@ matrix:
exclude:
- php: hhvm
env: DB=mysqli
+ - php: hhvm
env: DB=pgsql
+ - php: hhvm
env: DB=pdo/pgsql
branches: