Skip to content

Commit

Permalink
Enable coverage after the java11 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
glytching committed Aug 2, 2019
1 parent e3cd723 commit 616d73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ language: java
# to try to workaround this issue: https://github.com/travis-ci/travis-ci/issues/6593
sudo: true

# TODO: get this working with java11 and the need for forkCount=1 in the surefire plugin
#script: mvn verify jacoco:report coveralls:report -DrepoToken=dplZ1J1AfjFK3hHAj0OV8IRneKprs4Glb -Ptravis
script: mvn verify -Ptravis
script: mvn verify jacoco:report coveralls:report -DrepoToken=dplZ1J1AfjFK3hHAj0OV8IRneKprs4Glb -Ptravis

bundler_args: --retry 6

Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<maven.enforcer.plugin.version>3.0.0-M1</maven.enforcer.plugin.version>
<maven.surefire.plugin.version>3.0.0-M1</maven.surefire.plugin.version>
<maven.coveralls.plugin.version>4.3.0</maven.coveralls.plugin.version>
<maven.jacoco.plugin.version>0.8.1</maven.jacoco.plugin.version>
<maven.jacoco.plugin.version>0.8.4</maven.jacoco.plugin.version>

<antlr.version>4.5</antlr.version>
<logback.version>1.2.3</logback.version>
Expand Down Expand Up @@ -178,7 +178,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.plugin.version}</version>
<configuration>
<forkCount>0</forkCount>
<excludes>
<exclude>${testExclusionPattern}</exclude>
</excludes>
Expand Down

0 comments on commit 616d73c

Please sign in to comment.