summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-05-14 00:16:42 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-05-14 00:16:42 +0300
commit6c381fd6a4db3a60c16e2a487c976207d78b4e84 (patch)
tree41f3130f36863745fe27036d499598993f010739 /.travis.yml
parent06c43af4d934e0ae890af83076f9fe56243bfdf9 (diff)
allow travis-ci to find command setcap
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 0f3670ba8f..09860fa3be 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 uuid-dev
+ - sudo apt-get install -qq automake make libcap2-bin zlib1g-dev uuid-dev
script:
# default build
- ./autogen.sh && ./configure && make -j4