groupon / grox

Grox helps to maintain the state of Java / Android apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make snapshot deployment work with travis.

code-twister opened this issue · comments

I have fixed the same issue in dependency-injection-checks in this commit:
groupon/dependency-injection-checks@234f330

travis secret is creating a bash environment variable, you need to reference that in gradle to make uploadArchives work.

created a PR for this:
#23