diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2017-06-06 14:52:06 +1000 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2017-06-06 12:36:53 +0400 |
commit | 22fa9f22aa5b5cc91d5fb2038d1368e5f05bf2e8 (patch) | |
tree | dfe9df8a4578cc107383014ac601896b96e77c18 /.travis.yml | |
parent | cc7e349012cb88a65dba6a7e764db18a89a7b03f (diff) | |
download | mariadb-git-22fa9f22aa5b5cc91d5fb2038d1368e5f05bf2e8.tar.gz |
travis: add uuid-dev as dependency
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f33de076289..53c4e06eddd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,6 +128,7 @@ addons: - liblzma-dev - libzmq-dev - libdistro-info-perl + - uuid-dev - devscripts # implicit for any build on Ubuntu # libsystemd-daemon-dev # https://github.com/travis-ci/apt-package-whitelist/issues/3882 |