Skip to content

Commit

Permalink
Remove mutation tests from Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoyen committed Oct 16, 2018
1 parent cd5a077 commit 6e2c9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache:
directories:
- "$HOME/.m2"

script: "mvn cobertura:cobertura integration-test org.pitest:pitest-maven:mutationCoverage"
script: "mvn cobertura:cobertura integration-test"

after_success:
- bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 6e2c9c6

Please sign in to comment.