[GEOMETRY-53] - Build Configuration for Travis executes build twice
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 @@
   - 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