Browse Source

travis: install fakeroot for Linux

they removed it from the preinstalled sw stack.

(cherry picked from commit b625a4c8c5fbbe5e9cbcb28b02843f1e6df07069)
Thomas Waldmann 8 years ago
parent
commit
e64d177b3a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis/install.sh

+ 1 - 0
.travis/install.sh

@@ -38,6 +38,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
 else
     pip install 'virtualenv<14.0'
     sudo apt-get update
+    sudo apt-get install -y fakeroot
     sudo apt-get install -y liblz4-dev
     sudo apt-get install -y libacl1-dev
     sudo apt-get install -y libfuse-dev fuse pkg-config  # optional, for FUSE support