halfer / awooga-app

Web application to report coding tutorials of non-optimal quality
0 stars 0 forks source link

HTMLPurifier is ignored in composer.json on Travis only #19

Open halfer opened 9 years ago

halfer commented 9 years ago

I've tried adding HTMLPurifier 4.6.x (50bf2c695) and dev-master (9efd9468a45) via composer.json, and this works fine in my local Ubuntu environment, and breaks in Travis. Both composers have been self-updated, so this is very odd indeed.

Since I want to get a build working, I've moved HTMLPurifier 4.6 to a Git submodule for the time being. So, we'll need a branch to look at this, and to try it on Travis. It may need a question at Stack Overflow, since I might be out of ideas.

halfer commented 9 years ago

If this is not immediately on the cards, the INSTALL doc should be updated to include the git submodule commands necessary to install the library.

halfer commented 9 years ago

I've updated the install docs as above in 6c7ee7b67b, need to remove that when this ticket is fixed.