joomla-x/joomla-pythagoras

SQLite memory database fails HHVM builds

Closed this issue · 1 comments

The builds on travis do fail because HHVM can't work nicely with SQlite in memory mode. Here is the link to such a build https://travis-ci.org/joomla-projects/joomla-pythagoras/jobs/127507639. Problem comes from PR #85 (comment).

A composer update and using a commit from the master branch for the doctrine/dbal package solves the issue 0da1ea6.