From 4cbea781206803be3e5fa2f3e8d74ed12ffc44f7 Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Sat, 18 Feb 2017 13:57:34 +0100 Subject: [PATCH] add travis --- .travis.yml | 7 +++++++ pom.xml | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2f949ab --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: java + +jdk: + - oraclejdk8 + +script: + - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.login=$sonarlogin diff --git a/pom.xml b/pom.xml index aa07865..2fd23a3 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,14 @@ + + UTF-8 + java + https://sonarqube.com + 1.8 + 1.8 + +