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).