Skip to content

Commit c52f0c7

Browse files
committed
Merge pull request #8 from codacy/fix/docs
Review README, remove travis, add circleCI
2 parents f220324 + 074dcf0 commit c52f0c7

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
[![Build Status](https://travis-ci.org/codacy/bitbucket-scala-client.svg)](https://travis-ci.org/codacy/bitbucket-scala-client)
2-
[![Codacy Badge](https://www.codacy.com/project/badge/bc618d371b1a45f8a7129d868512a4fc)](https://www.codacy.com/app/Codacy/bitbucket-scala-client)
1+
[![Codacy Badge](https://api.codacy.com/project/badge/grade/bc618d371b1a45f8a7129d868512a4fc)](https://www.codacy.com/app/Codacy/bitbucket-scala-client)
2+
[![Circle CI](https://circleci.com/gh/codacy/bitbucket-scala-client.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/codacy/bitbucket-scala-client)
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.codacy/bitbucket-scala-client_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.codacy/bitbucket-scala-client_2.11)
34

45
# Bitbucket Scala client
56

67
This is a simple library that aims to have basic functions of the Bitbucket API.
7-
This library was meant to support Codacy when interacting with Bitbucket.
8-
It is in a very early stage and all the contributions are welcome.
8+
This library is meant to support Codacy when interacting with Bitbucket.
99

1010
### Usage
1111

1212
Import on SBT:
1313

14-
"com.codacy" %% "bitbucket-scala-client" % "1.5.0"
14+
"com.codacy" %% "bitbucket-scala-client" % "1.5.1"
1515

1616
### Creators
1717

1818
1. Rodrigo Fernandes
1919

20-
### Contributors
21-
2220
### License
2321

2422
bitbucket-scala-client is available under the The Apache Software License, Version 2.0.

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
machine:
2+
java:
3+
version: oraclejdk8

0 commit comments

Comments
 (0)