Skip to content

Commit

Permalink
add javadoc badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorZeng committed Dec 5, 2019
1 parent 63bc8c4 commit 282627e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: java
jdk:
- oraclejdk8
- openjdk7
- openjdk8
before_install:
- pip install --user codecov
after_success:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Build Status](https://travis-ci.org/DarkPhoenixs/connection-pool-client.svg?branch=master)](https://travis-ci.org/DarkPhoenixs/connection-pool-client)
[![Codecov](https://codecov.io/gh/darkphoenixs/connection-pool-client/branch/master/graph/badge.svg)](https://codecov.io/gh/DarkPhoenixs/connection-pool-client)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.darkphoenixs/connectionpool-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.darkphoenixs/connectionpool-client/)
[![Javadoc](https://javadoc.io/badge2/org.darkphoenixs/connectionpool-client/javadoc.svg)](https://javadoc.io/doc/org.darkphoenixs/connectionpool-client)
[![GitHub release](https://img.shields.io/github/release/DarkPhoenixs/connection-pool-client.svg)](https://github.com/DarkPhoenixs/connection-pool-client/releases)
[![License](https://img.shields.io/badge/license-%20Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

Expand Down

0 comments on commit 282627e

Please sign in to comment.