-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis CI detection issue #40
Conversation
I've just uploaded the fixed one to my bintray repo and it works. Now I can see Coveralls's test coverage results. If you want to test it, add the following info accordingly in your buildscript {
repositories {
jcenter()
mavenCentral()
maven {
url "http://dl.bintray.com/kevinlee/maven"
}
}
dependencies {
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.3.2'
}
} I'll add tests for my changes soon. |
Done |
Thank you very much! Nice documentation 👍 |
Uploaded this version as v2.4.0 (maven-central & bintray). https://bintray.com/kt3k/gradle-plugins/coveralls-gradle-plugin/2.4.0/view |
@kt3k That's good. 👍 Thank you! I've just tested, and it works well. I'll remove the one I uploaded to my bintray for testing. |
Thanks for testing! 😄 |
This fixes #15.
It still requires some extra step (i.e. adding
CI_NAME=travis-ci
) yet it is easy and simple enough.