Skip to content

Commit

Permalink
[DEV] removed unused gradle task & unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
djavan-bertrand committed Aug 11, 2017
1 parent 47334b6 commit 1c991de
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_script:
script:
- echo "Travis branch is $TRAVIS_BRANCH"
- echo "Travis branch is in pull request $TRAVIS_PULL+REQUEST"
- ./gradlew connectedAndroidTest coveralls
- ./gradlew connectedAndroidTest

after_success:
- bash <(curl -s https://codecov.io/bash)
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {

classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
10 changes: 0 additions & 10 deletions jcvd/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.kt3k.coveralls'
apply plugin: 'jacoco'

android {
Expand Down Expand Up @@ -32,12 +31,3 @@ dependencies {
androidTestCompile 'org.hamcrest:hamcrest-library:1.3'
androidTestCompile 'com.android.support.test:runner:0.5'
}

coveralls {
jacocoReportPath = "${buildDir}/reports/coverage/debug/report.xml"
}

tasks.coveralls {
dependsOn 'connectedAndroidTest'
onlyIf { System.env.'CI' }
}
13 changes: 0 additions & 13 deletions jcvd/src/androidTest/java/com/sousoum/jcvd/ApplicationTest.java

This file was deleted.

0 comments on commit 1c991de

Please sign in to comment.