Skip to content

Commit

Permalink
Adding cache to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markphilpot committed Feb 29, 2016
1 parent 72bdaa5 commit daa558f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ jdk:

sudo: false

cache:
directories:
- $HOME/.m2

after_success:
- mvn clean test jacoco:report coveralls:report
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Build Status](https://travis-ci.org/daedafusion/jetcd.svg?branch=master)](https://travis-ci.org/daedafusion/jetcd)

[![Coverage Status](https://coveralls.io/repos/github/daedafusion/jetcd/badge.svg?branch=master)](https://coveralls.io/github/daedafusion/jetcd?branch=master)

This is a basic client for connecting to etcd.

## Maven
Expand All @@ -14,6 +16,14 @@ This is a basic client for connecting to etcd.
</dependency
```

```xml
<dependency>
<groupId>com.daedafusion</groupId>
<artifactId>jetcd</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency
```

## Examples

```java
Expand Down

0 comments on commit daa558f

Please sign in to comment.