aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-04-08 06:53:22 -0400
committerGitHub <noreply@github.com>2017-04-08 06:53:22 -0400
commit7fee555a462b001748352da1339c9bcc0e154a3b (patch)
treec244f4ba75e2736815f096c51e691f5c664c2326 /.travis.yml
parent8d191b2785161a204c4df15aadeca66e306afa1c (diff)
parentaa6bd85da147291728acb0828f5c987a02a66193 (diff)
Merge pull request #1150 from JerziKaminsky/cmake_find_libcap
Add libcap check to CMake
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a8e292ba..2bb17d40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ arch:
- cairo
- gdk-pixbuf2
- wlc-git
+ - libcap
script:
- "cmake ."
- "make"