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/14 11:12:20 UTC

celix git commit: CELIX-237: Added remove of standard installed libffi

Repository: celix
Updated Branches:
  refs/heads/develop 9562f3d26 -> a5d95e94e


CELIX-237: Added remove of standard installed libffi


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

Branch: refs/heads/develop
Commit: a5d95e94e183da68496645d808c3c9db809110c6
Parents: 9562f3d
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Wed Oct 14 11:11:51 2015 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Wed Oct 14 11:11:51 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/celix/blob/a5d95e94/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f875ced..66f4c2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ language: c
 before_install:
   - sudo apt-get update -qq
   - sudo apt-get install -y uuid-dev libjansson-dev libxml2-dev lcov pkg-config
+  - sudo apt-get remove -y libffi
 
 matrix:
   include: