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/07/04 15:37:22 UTC

celix git commit: CELIX-237: removed (non existing) cpputest from apt-get

Repository: celix
Updated Branches:
  refs/heads/feature/CELIX-237_rsa-ffi d3b6a236c -> 45c5f3d29


CELIX-237: removed (non existing) cpputest from apt-get


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

Branch: refs/heads/feature/CELIX-237_rsa-ffi
Commit: 45c5f3d290b03a127e55c5db945e77a583be2cb5
Parents: d3b6a23
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Sat Jul 4 15:42:48 2015 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Sat Jul 4 15:42:48 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/celix/blob/45c5f3d2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f148014..f7d7804 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 cpputest libffi-dev
+  - sudo apt-get install -y uuid-dev libjansson-dev libxml2-dev libffi-dev
 
 matrix:
   include: