Skip to content

Commit

Permalink
[GEOMETRY-53] - Build Configuration for Travis executes build twice
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jun 1, 2019
1 parent a614915 commit 6317838
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6317838

Please sign in to comment.