Commit 12952843 authored by Steve Müller's avatar Steve Müller

exclude HHVM + PostgreSQL build matrix on Travis for now

parent 2790ee79
...@@ -31,6 +31,10 @@ matrix: ...@@ -31,6 +31,10 @@ matrix:
- php: hhvm - php: hhvm
exclude: exclude:
- php: hhvm - 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 - php: hhvm
env: DB=mysqli # driver currently unsupported by 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