Commit 8ac0db03 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #510 from deeky666/exclude-travis-hhvm-pgsql-build-matrix

Exclude HHVM + PostgreSQL build matrix on Travis for now
parents 2790ee79 12952843
......@@ -31,6 +31,10 @@ matrix:
- php: hhvm
exclude:
- php: hhvm
env: DB=pgsql # driver currently unsupported by HHVM
env: DB=pgsql POSTGRESQL_VERSION=9.1 # driver currently unsupported by HHVM
- php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.2 # driver currently unsupported by HHVM
- php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.3 # driver currently unsupported by HHVM
- php: hhvm
env: DB=mysqli # driver currently unsupported by HHVM
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment