You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by bp...@apache.org on 2015/10/06 06:23:56 UTC

[1/2] celix git commit: CELIX-263: Fix travis setup

Repository: celix
Updated Branches:
  refs/heads/develop 42371c87b -> bd0814598


CELIX-263: Fix travis setup


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

Branch: refs/heads/develop
Commit: 8cff031b51126d5a2b2a0e1b1184d39dbdbad4b0
Parents: c6d2d59
Author: Bjoern Petri <bp...@apache.org>
Authored: Tue Oct 6 06:22:09 2015 +0200
Committer: Bjoern Petri <bp...@apache.org>
Committed: Tue Oct 6 06:22:09 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/celix/blob/8cff031b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index df0f48b..bd22fcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
 language: c
 
-env
-
 before_install:
   - sudo apt-get update -qq
   - sudo apt-get install -y uuid-dev libjansson-dev libxml2-dev
@@ -18,8 +16,5 @@ before_script:
 
 script: 
     - make all && make deploy && make install-all
-
-after_script:
-    - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/utils
-    - ./utils/array_list_test && ./utils/celix_threads_test && ./utils/linked_list_test && ./utils/hash_map_test 
+    - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/utils && ./utils/array_list_test && ./utils/celix_threads_test && ./utils/linked_list_test && ./utils/hash_map_test 
 


[2/2] celix git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/celix into develop

Posted by bp...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/celix into develop


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

Branch: refs/heads/develop
Commit: bd08145983cfec7123e8f9eab4ca1cfea5b783a8
Parents: 8cff031 42371c8
Author: Bjoern Petri <bp...@apache.org>
Authored: Tue Oct 6 06:23:36 2015 +0200
Committer: Bjoern Petri <bp...@apache.org>
Committed: Tue Oct 6 06:23:36 2015 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------