]> arthur.barton.de Git - netdata.git/commitdiff
added libuuid
authorCosta Tsaousis <costa@tsaousis.gr>
Sat, 7 May 2016 01:57:30 +0000 (04:57 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Sat, 7 May 2016 01:57:30 +0000 (04:57 +0300)
.travis.yml

index f2fc25f3a678116671addecac27c6df3be266113..0f3670ba8fc615eee04f235ca8daed408c1d6a2f 100644 (file)
@@ -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