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/configjsr Commit: 0af44807200ea61f4891e516fb59cbcbab7f75b3 Parents: 30506a4 Author: Phil Ottlinger <[email protected]> Authored: Thu Jan 4 23:18:44 2018 +0100 Committer: Phil Ottlinger <[email protected]> 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: + +[](https://travis-ci.org/apache/incubator-tamaya/branches)
