Explorar o código

travis: install fakeroot for Linux

they removed it from the preinstalled sw stack.

(cherry picked from commit b625a4c8c5fbbe5e9cbcb28b02843f1e6df07069)
Thomas Waldmann %!s(int64=8) %!d(string=hai) anos
pai
achega
e64d177b3a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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