Disables update-impact plugin

This commit is contained in:
Lukasz Lenart
2018-12-13 09:59:08 +01:00
parent b2bba50cf2
commit 33e81580c8
+1 -1
View File
@@ -8,7 +8,7 @@ jdk:
- oraclejdk11
install: true
script: ./mvnw test -DskipAssembly -Dupdate-impact
script: ./mvnw test -DskipAssembly
after_success:
# TODO delete following if statement after fix of https://github.com/cobertura/cobertura/issues/271