techfromsage / tripod-php

Object Graph Mapper for managing RDF data in Mongo
MIT License
29 stars 4 forks source link

Fix build by pinning to trusty #135

Closed rgubby closed 4 years ago

rgubby commented 4 years ago

The travis builds of talis-php started failing with this error recently.

See https://github.com/talis/talis-php/pull/16

This PR installs ant to fix the 5.6 to 7.2 inclusive builds. The build image is pinned to trusty which is needed to be able to install PHP 5.5. (This may mean that ant is installed by default without specifying it explicitly, but we are using it, and when we do move to Xenial or later it might not be there. We're using it - lets be explicit. )

Resolves https://github.com/talis/platform/issues/4133