You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by kh...@apache.org on 2019/06/01 12:57:42 UTC

[commons-geometry] branch GEOMETRY-54 updated: WIP - GEOMETRY-54 - Checking configuration.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch GEOMETRY-54
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git


The following commit(s) were added to refs/heads/GEOMETRY-54 by this push:
     new 0104c54  WIP - GEOMETRY-54 - Checking configuration.
0104c54 is described below

commit 0104c544beb4216edcf6237f608f90b55e64e238
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 1 14:57:23 2019 +0200

    WIP - GEOMETRY-54 - Checking configuration.
---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a23be4e..7920a4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,5 +22,7 @@ jdk:
   - openjdk10
   - openjdk11
 
-after_success:
-  - mvn clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle jacoco:report coveralls:report
+install: true
+
+script:
+  - mvn -Dcheckstyle.consoleOutput=true clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle jacoco:report coveralls:report