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 <khmarba...@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

Reply via email to