Skip to content

Commit

Permalink
Merge pull request #510 from deeky666/exclude-travis-hhvm-pgsql-build…
Browse files Browse the repository at this point in the history
…-matrix

Exclude HHVM + PostgreSQL build matrix on Travis for now
  • Loading branch information
beberlei committed Jan 14, 2014
2 parents 2790ee7 + 1295284 commit 8ac0db0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8ac0db0

Please sign in to comment.