You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2017/10/06 15:30:54 UTC

incubator-netbeans-html4j git commit: Exposing build status in the readme file

Repository: incubator-netbeans-html4j
Updated Branches:
  refs/heads/master 52cc1da4e -> b72ff36e4


Exposing build status in the readme file

Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/commit/b72ff36e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/tree/b72ff36e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/diff/b72ff36e

Branch: refs/heads/master
Commit: b72ff36e441bcf15931ce9ba2ccee2f38328d87d
Parents: 52cc1da
Author: Jaroslav Tulach <ja...@oracle.com>
Authored: Fri Oct 6 17:30:42 2017 +0200
Committer: Jaroslav Tulach <ja...@oracle.com>
Committed: Fri Oct 6 17:30:42 2017 +0200

----------------------------------------------------------------------
 README.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/b72ff36e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 09d1fac..f200d0d 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 In need of cross platform, client side interaction between Java and JavaScript?
 
+[![Build Status](https://builds.apache.org/buildStatus/icon?job=incubator-netbeans-html4j-linux)](https://builds.apache.org/job/incubator-netbeans-html4j-linux/)
+
 The HTML/Java library provides [basic building blocks](https://builds.apache.org/job/incubator-netbeans-html4j-linux/javadoc/net/java/html/js/package-summary.html)
 as well as advanced [high level concepts](https://builds.apache.org/job/incubator-netbeans-html4j-linux/javadoc/net/java/html/json/Model.html)
 to make communication between JavaScript and Java as smooth as possible.