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 11:22:53 UTC

[commons-geometry] branch GEOMETRY-53 created (now 6317838)

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

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


      at 6317838  [GEOMETRY-53] - Build Configuration for Travis executes build twice

This branch includes the following new commits:

     new 6317838  [GEOMETRY-53] - Build Configuration for Travis executes build twice

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[commons-geometry] 01/01: [GEOMETRY-53] - Build Configuration for Travis executes build twice

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 631783869661a77052c4eed55d50171c1cd71693
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 1 13:22:41 2019 +0200

    [GEOMETRY-53] - Build Configuration for Travis executes build twice
---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a23be4e..6ae27d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,5 +22,9 @@ jdk:
   - openjdk10
   - openjdk11
 
-after_success:
+# Skip the installation step:
+#   https://docs.travis-ci.com/user/job-lifecycle/#skipping-the-installation-phase
+install: true
+
+script: 
   - mvn clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle jacoco:report coveralls:report