You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2018/01/04 22:19:02 UTC

incubator-tamaya git commit: Show Travis baadge on github.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 30506a487 -> 0af448072


Show Travis baadge on github.


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

Branch: refs/heads/master
Commit: 0af44807200ea61f4891e516fb59cbcbab7f75b3
Parents: 30506a4
Author: Phil Ottlinger <po...@apache.org>
Authored: Thu Jan 4 23:18:44 2018 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Thu Jan 4 23:18:44 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/0af44807/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 22bb2e6..6802567 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,16 @@ More information on Tamaya can be found on the [homepage of Apache Tamaya](https
 The Apache Tamaya project is built with [Maven 3](https://maven.apache.org/) and [Java 8](https://java.sun.com/), so you need JDK >=1.8 and a reasonable version of maven
 installed on your computer.
 
+## Local builds
 
 Then you can build Tamaya via:
 ```
 $ export MAVEN_OPTS="-Xmx512m -XX:PermGenSpace=200m"
 $ mvn
 ```
+
+### Travis / CI
+
+Apart from integration into ASF CI there's a travis build:
+
+[![Build Status](https://travis-ci.org/apache/incubator-tamaya.svg?branch=master)](https://travis-ci.org/apache/incubator-tamaya/branches)