Skip to content

Commit

Permalink
add version, release, license, gitter and codecov link and support
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecreator committed Aug 9, 2017
1 parent 5511337 commit f1d979e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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)
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?
Expand Down

0 comments on commit f1d979e

Please sign in to comment.