Skip to content

Commit 6fc072b

Browse files
Merge pull request #30 from BorderTech/travis
Travis
2 parents 813d3e7 + cdd7530 commit 6fc072b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
Reusable build configuration for for BorderTech open source projects.
33

44
## Status
5-
5+
[![Build Status](https://travis-ci.com/BorderTech/java-common.svg?branch=master)](https://travis-ci.com/BorderTech/java-common)
66
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c7a2226acd574943af9ae966c54b05e6)](https://app.codacy.com/app/BorderTech/java-common?utm_source=github.com&utm_medium=referral&utm_content=BorderTech/java-common&utm_campaign=Badge_Grade_Dashboard)
7-
[![CircleCI](https://circleci.com/gh/BorderTech/java-common.svg?style=svg)](https://circleci.com/gh/BorderTech/java-common)
87

98
## qa-parent
109
BorderTech java projects should generally use this as their parent POM.
@@ -22,12 +21,12 @@ By default qa checks do not run, you must enable them on a per-module basis in t
2221
-->
2322
<bt.qa.skip>false</bt.qa.skip>
2423
</properties>
25-
```
24+
```
2625

2726
The qa-parent inherits all of the release functionality from bordertech-parent, discussed below.
2827

2928
## bordertech-parent
30-
This is the top-level pom.xml file.
29+
This is the top-level pom.xml file.
3130
It configures the maven release plugin for open source BorderTech projects to release to Maven Central.
3231

3332
_Note that java projects should generally not consume this directly but instead should use qa-parent as a parent POM instead._

0 commit comments

Comments
 (0)