Skip to content

Commit

Permalink
#5 - changed: .travis.yml / build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Jun 25, 2015
1 parent 8659e2f commit 6e2e307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ script:
- gradle --version
- gradle clean test jar

after_success:
- gradle jacocoTestReport coveralls
#after_success:
# - gradle jacocoTestReport coveralls
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
}
}
Expand Down

0 comments on commit 6e2e307

Please sign in to comment.