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/10 20:49:59 UTC

celix git commit: CELIX-271: adapted coveralls.io badge url (2)

Repository: celix
Updated Branches:
  refs/heads/develop 168ab0a3b -> 0b0ecd776


CELIX-271: adapted coveralls.io badge url (2)


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

Branch: refs/heads/develop
Commit: 0b0ecd7762203100eb26847a6a4d0fa50929e0bc
Parents: 168ab0a
Author: Bjoern Petri <bp...@apache.org>
Authored: Sat Oct 10 20:49:32 2015 +0200
Committer: Bjoern Petri <bp...@apache.org>
Committed: Sat Oct 10 20:49:32 2015 +0200

----------------------------------------------------------------------
 .travis.yml.swp | Bin 0 -> 12288 bytes
 README.md       |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/0b0ecd77/.travis.yml.swp
----------------------------------------------------------------------
diff --git a/.travis.yml.swp b/.travis.yml.swp
new file mode 100644
index 0000000..3c3ee28
Binary files /dev/null and b/.travis.yml.swp differ

http://git-wip-us.apache.org/repos/asf/celix/blob/0b0ecd77/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3588374..0f6dd99 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#Apache Celix [![Build Status](https://travis-ci.org/apache/celix.svg?branch=develop)](https://travis-ci.org/apache/celix) [![Coverage Status](https://coveralls.io/repos/apache/celix/badge.svg?branch=master&service=github)](https://coveralls.io/github/apache/celix?branch=develop)
+#Apache Celix [![Build Status](https://travis-ci.org/apache/celix.svg?branch=develop)](https://travis-ci.org/apache/celix) [![Coverage Status](https://coveralls.io/repos/apache/celix/badge.svg?branch=develop&service=github)](https://coveralls.io/github/apache/celix?branch=develop)
 Apache Celix is an implementation of the OSGi specification adapted to C. It will follow the API as close as possible, but since the OSGi specification is written primarily for Java, there will be differences (Java is OO, C is procedural). An important aspect of the implementation is interoperability between Java and C. This interoperability is achieved by porting and implementing the Remote Services specification in Celix.
 
 ##Building