Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Oct 27, 2018
2 parents 56b5150 + 8396e5c commit fdb22f1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -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


1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<parent>
<groupId>de.tu-dresden.inf.lat</groupId>
<artifactId>lat-parent</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<relativePath></relativePath>
</parent>

Expand Down

0 comments on commit fdb22f1

Please sign in to comment.