]> arthur.barton.de Git - netdata.git/commitdiff
allow travis-ci to find command setcap
authorCosta Tsaousis <costa@tsaousis.gr>
Fri, 13 May 2016 21:16:42 +0000 (00:16 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Fri, 13 May 2016 21:16:42 +0000 (00:16 +0300)
.travis.yml

index 0f3670ba8fc615eee04f235ca8daed408c1d6a2f..09860fa3be0b2dae7bd3cc0b2aac76b3fe897a2f 100644 (file)
@@ -4,7 +4,7 @@ compiler:
  - clang
 before_install:
  - sudo apt-get update -qq
- - sudo apt-get install -qq automake make zlib1g-dev uuid-dev
+ - sudo apt-get install -qq automake make libcap2-bin zlib1g-dev uuid-dev
 script:
    # default build
  - ./autogen.sh && ./configure && make -j4