Skip to content

Commit

Permalink
exclude pgsql on hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavies committed Aug 18, 2016
1 parent b7b62a8 commit b5c64b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -65,6 +65,9 @@ matrix:
env: DB=pgsql
addons:
postgresql: 9.4
exclude:
- php: hhvm
env: DB=pgsql # driver for PostgreSQL currently unsupported by HHVM, requires 3rd party dependency
allow_failures:
- php: nightly
- php: hhvm

0 comments on commit b5c64b3

Please sign in to comment.