Skip to content

Commit

Permalink
Remove PiTest
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Apr 17, 2019
1 parent 5b64545 commit 45f4912
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ addons:

after_success:
- ./gradlew coveralls
- ./gradlew pitest
- ./tcg-js/node_modules/.bin/lcov-result-merger 'tcg-js/coverage/*/lcov.info' 'tcg-js/coverage/lcov_merged.info'
- cd ./tcg-js; cat "./coverage/lcov_merged.info" | ./node_modules/.bin/codeclimate-test-reporter

Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
apply plugin: 'jacoco'
apply plugin: 'com.github.kt3k.coveralls'
apply plugin: 'info.solidsoft.pitest'

buildscript {
repositories {
Expand All @@ -10,7 +9,6 @@ buildscript {
dependencies {
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.10'
}
}

Expand Down

0 comments on commit 45f4912

Please sign in to comment.