diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e8e7b91 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: java + +sudo: false + +dist: precise + +jdk: + - oraclejdk8 + +script: "mvn cobertura:cobertura" + +after_success: +- bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/README.md b/README.md index 3ad7595..67e8d46 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +## FinTx Common Project + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.fintx/fintx-common/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.fintx/fintx-common/) +[![GitHub release](https://img.shields.io/github/release/fintx/fintx-common.svg)](https://github.com/fintx/fintx-common/releases) +![Apache 2](http://img.shields.io/badge/license-Apache%202-red.svg) +[![Join the chat at https://gitter.im/fintx/fintx-common](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/fintx/fintx-common?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Build Status](https://travis-ci.org/fintx/fintx-common.svg?branch=master)](https://travis-ci.org/fintx/fintx-common) +[![codecov.io](https://codecov.io/github/fintx/fintx-common/coverage.svg?branch=master)](https://codecov.io/github/fintx/fintx-common?branch=master) + # FinTx[1] ## What's is FinTx?