You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/10/13 22:42:03 UTC

celix git commit: CELIX-237: Added pkg-config package to build env

Repository: celix
Updated Branches:
  refs/heads/develop a6272090a -> 655974478


CELIX-237: Added pkg-config package to build env


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/65597447
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/65597447
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/65597447

Branch: refs/heads/develop
Commit: 65597447850143b8191b5d1d6a516c5353718e2a
Parents: a627209
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Tue Oct 13 22:41:41 2015 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Tue Oct 13 22:41:41 2015 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/65597447/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 5a86242..fc9ecb7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: c
 
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install -y uuid-dev libjansson-dev libxml2-dev lcov libffi-dev
+  - sudo apt-get install -y uuid-dev libjansson-dev libxml2-dev lcov libffi-dev pkg-config
 
 matrix:
   include: