From dcf405f691a3dcdcb7019beffc317a5ad41e66be Mon Sep 17 00:00:00 2001 From: William Welling Date: Mon, 18 Jun 2018 13:19:53 -0500 Subject: [PATCH] travis ci with coveralls --- .travis.yml | 10 ++++++++++ README.md | 3 +++ pom.xml | 23 ----------------------- 3 files changed, 13 insertions(+), 23 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..fb6a2d64 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: java + +jdk: + - oraclejdk8 + +install: + - mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V + +after_success: + - mvn clean test cobertura:cobertura jacoco:report coveralls:report \ No newline at end of file diff --git a/README.md b/README.md index c328e727..e4c6447f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ +[![Build Status](https://travis-ci.org/TAMULib/Weaver-Webservice-Core.svg?branch=2.x)](https://travis-ci.org/TAMULib/Weaver-Webservice-Core) +[![Coverage Status](https://coveralls.io/repos/github/TAMULib/Weaver-Webservice-Core/badge.svg?branch=2.x)](https://coveralls.io/github/TAMULib/Weaver-Webservice-Core?branch=2.x) + Webservice-Core ====================== diff --git a/pom.xml b/pom.xml index 3758da65..a86a7773 100644 --- a/pom.xml +++ b/pom.xml @@ -144,21 +144,6 @@ - - org.asciidoctor - asciidoctor-maven-plugin - 1.5.6 - - - output-html - generate-resources - - process-asciidoc - - - - - @@ -194,14 +179,6 @@ - - org.eluder.coveralls - coveralls-maven-plugin - - - - -