summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-05-07 04:57:30 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-05-07 04:57:30 +0300
commit79742b02af20d5271b11bc91739dc19575eb5cfa (patch)
treef61663c09552f1a5db4d157d8325593b4436b8e6 /.travis.yml
parentc130f88d0430f6b47c9cb43137afd8c799095130 (diff)
added libuuid
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f2fc25f3a6..0f3670ba8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ compiler:
- clang
before_install:
- sudo apt-get update -qq
- - sudo apt-get install -qq automake make zlib1g-dev
+ - sudo apt-get install -qq automake make zlib1g-dev uuid-dev
script:
# default build
- ./autogen.sh && ./configure && make -j4