From d8c4bce72ac761a353987cb5cf49aa5df11ab1af Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Sun, 21 Jun 2015 00:27:58 -0400 Subject: [PATCH] Travis --- .travis.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72b14e81dd8..5403384d97c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ cache: install: /bin/true script: - - cd hapi-fhir-cobertura && mvn -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID -P COBERTURA clean cobertura:cobertura coveralls:report + - mvn -B clean install && cd hapi-fhir-cobertura && mvn -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID -P COBERTURA clean cobertura:cobertura coveralls:report # - mvn -B clean install -Dcobertura.skip=true && mvn -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID -P COBERTURA clean cobertura:cobertura coveralls:report diff --git a/README.md b/README.md index 1a8f09d2609..d15ccb3cbd2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ hapi-fhir HAPI FHIR - Java API for HL7 FHIR Clients and Servers ![Travis](https://travis-ci.org/jamesagnew/hapi-fhir.svg?branch=master) +[![Coverage Status](https://coveralls.io/repos/jamesagnew/hapi-fhir/badge.svg?branch=master)](https://coveralls.io/r/jamesagnew/hapi-fhir?branch=master) +![Maven Central](https://maven-badges.herokuapp.com/maven-central/ca.uhn.hapi.fhir/hapi-fhir-base/badge.svg) Complete project documentation is available here: http://jamesagnew.github.io/hapi-fhir/