Skip to content

Commit

Permalink
exclude benchmarks module from coveralls report
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnworb committed Jul 16, 2015
1 parent a3f47e2 commit 20c8df7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jdk:
- oraclejdk8

after_success:
- mvn clean cobertura:cobertura coveralls:report -Dcoveralls.token=${COVERALLS_TOKEN}
# Generate test coverage data with Cobertura and send the results to Coveralls.
# Only build the core and maven-plugin modules in this step - coverage for
# the benchmarks module is irrelevant.
- mvn -am -pl core,maven-plugin clean cobertura:cobertura coveralls:report -Dcoveralls.token=${COVERALLS_TOKEN}

sudo: false

0 comments on commit 20c8df7

Please sign in to comment.