Skip to content

Commit

Permalink
Fix build with latest travis images
Browse files Browse the repository at this point in the history
We use the garnet image, which got updated as described here:
  https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch

One of the updates removed the fakeroot package from the base, so this
update re-adds it explicitly.
  • Loading branch information
philwhineray committed Jul 11, 2017
1 parent cf65f6f commit 54a1dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,7 @@ addons:
- libxml2-utils
- traceroute
- ipset
- fakeroot
#
# Setup environment
before_install:
Expand Down

0 comments on commit 54a1dce

Please sign in to comment.