diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 00000000..2390719c --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,21 @@ + +# +# Configuration file for Scrutinizer +# https://scrutinizer-ci.com/ +# + + +checks: + java: true + +build: + environment: + java: java-8-oracle + + nodes: + analysis: + tests: + override: + - java-scrutinizer-run + + diff --git a/README.md b/README.md index 003d7592..b24a813a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![build](https://travis-ci.org/julianmendez/jcel.png?branch=master)](https://travis-ci.org/julianmendez/jcel) [![maven central](https://maven-badges.herokuapp.com/maven-central/de.tu-dresden.inf.lat.jcel/jcel-parent/badge.svg)](https://search.maven.org/#search|ga|1|g%3A%22de.tu-dresden.inf.lat.jcel%22) +[![scrutinizer](https://scrutinizer-ci.com/g/julianmendez/jcel/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/julianmendez/jcel/?branch=master) [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) [![license](https://img.shields.io/badge/license-LGPL%203.0-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0.txt) [![download](https://img.shields.io/sourceforge/dm/jcel.svg)](http://sourceforge.net/projects/jcel/files/) diff --git a/pom.xml b/pom.xml index c079f967..f9ab4455 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ de.tu-dresden.inf.lat lat-parent - 0.1.2 + 0.1.3