From dd8094b68a1b486f923f7d4cc8103689dc8fbfd3 Mon Sep 17 00:00:00 2001 From: Richard Gubby Date: Mon, 16 Nov 2020 12:55:28 +0000 Subject: [PATCH] fix build (#135) Co-authored-by: Richard Gubby <> --- .travis.yml | 5 +++++ README.md | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 102d01c8..8d659de1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,8 @@ +dist: trusty +addons: + apt: + packages: + ant language: php sudo: required php: diff --git a/README.md b/README.md index 08d4e26a..4b08361b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ========== [![Build status](https://travis-ci.org/talis/tripod-php.svg)](https://travis-ci.org/talis/tripod-php) -[![Dependency Status](https://dependencyci.com/github/talis/tripod-php/badge)](https://dependencyci.com/github/talis/tripod-php) Object Graph Mapper for managing [RDF](http://www.w3.org/TR/rdf-primer/) data stored in [MongoDB](http://www.mongodb.org/). See also [tripod-node](https://github.com/talis/tripod-node).