diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2017-06-29 12:32:43 +1000 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-06-29 08:57:52 +0400 |
commit | 9222d79b820edf4f2abd1f96ad411f39f8c81df3 (patch) | |
tree | 128c37f1a3f2de0153c57aa3903ac909639402e2 | |
parent | e60802394743d990e71754716c5f3cc234f581c1 (diff) | |
download | mariadb-git-9222d79b820edf4f2abd1f96ad411f39f8c81df3.tar.gz |
travis: packages for debian build - added fakeroot
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d7657509297..f326db89d6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -151,6 +151,7 @@ addons: - libdistro-info-perl - uuid-dev - devscripts # implicit for any build on Ubuntu + - fakeroot # libsystemd-daemon-dev # https://github.com/travis-ci/apt-package-whitelist/issues/3882 |