kt3k / coveralls-gradle-plugin

👨‍🔧 gradle plugin for coveralls
https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
MIT License
253 stars 54 forks source link

Shippable support #46

Open rockerhieu opened 9 years ago

rockerhieu commented 9 years ago

Do you have any plan to support Shippable?

kt3k commented 9 years ago

I don't for the moment. I suppose the generic way to set repo_token does work in usual CI services.

Do you have any issue on Shippable?

rockerhieu commented 9 years ago

When building on Shippable, the plugin detected the environment is Travis while it is not. I'm not sure why but Shippable does have these environment variables:

export TRAVIS=true;
export SHIPPABLE=true;
kt3k commented 9 years ago

What does Shippable have for CI_NAME env var? If you can override it as shippable, then it should work correctly..

rockerhieu commented 9 years ago

I'm using 2.0.1x. I did override it with Shippable but it doesn't work. On Fri, Jul 10, 2015 at 9:26 PM Yoshiya Hinosawa notifications@github.com wrote:

What does Shippable have for CI_NAME env var? If you can override it as shippable, then it should work correctly..

— Reply to this email directly or view it on GitHub https://github.com/kt3k/coveralls-gradle-plugin/issues/46#issuecomment-120421940 .