typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Use Travis docker service #204

Closed markusjura closed 7 years ago

markusjura commented 7 years ago

In the past we have used a hack to install Docker on the Travis build machine. This hack is now not working because docker can not be downloaded from a repository anymore: https://travis-ci.org/typesafehub/sbt-conductr/builds/202650049

W: Failed to fetch http://ppa.launchpad.net/rwky/redis/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found

This PR is now using the Travis docker service. This service is officially supported by Travis.