Skip to content

Commit

Permalink
update travis and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rozidan committed Aug 23, 2017
1 parent da71eb4 commit 0e77cf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,5 +3,8 @@ language: java
jdk:
- oraclejdk8

before_install:
- chmod +x gradlew

after_success:
- ./gradlew jacocoTestReport coveralls
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
# Spring Boot ModelMapper Starter
> A Spring Boot starter that let you use [ModelMapper](http://modelmapper.org) within your Spring Boot application.
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6c1928b5776c44ec9af0b044f1a68e92)](https://www.codacy.com/app/rozidan/modelmapper-spring-boot-starter?utm_source=github.com&utm_medium=referral&utm_content=rozidan/modelmapper-spring-boot-starter&utm_campaign=Badge_Grade)

## Features
Register the ModelMapper to your Spring Boot application and allows to configure it and register object mappings.

Expand Down

0 comments on commit 0e77cf3

Please sign in to comment.