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 1eafd0f0fdc8fb90703265b784ae0dd6c2124abd
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 | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a23be4e..151871d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,6 @@
 # limitations under the License.
 
 language: java
-sudo: false
 
 jdk:
   - oraclejdk8
@@ -22,5 +21,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