summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Whineray <phil@firehol.org>2017-06-22 06:54:51 +0100
committerPhilip Whineray <phil@firehol.org>2017-06-22 06:56:00 +0100
commit2260cea186147d2c8f1b10d3019ddccf54d59c90 (patch)
treeaa2411b75dd3231941f82572c8dc2de6c0ba2f54 /.travis.yml
parentee34a5967dccca0670c91b86620529da0681d37c (diff)
Fix build with latest travis images
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 95158e59b8..0b80642aa9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ addons:
- libcap2-bin
- zlib1g-dev
- uuid-dev
+ - fakeroot
#
# Setup environment
before_install: