Skip to content

Commit

Permalink
Add proper conf vars for bintray
Browse files Browse the repository at this point in the history
Change-Id: I22fb7741cdd03f8b3786c63f343f652090519790
  • Loading branch information
francisco-perez-sorrosal committed Jan 7, 2016
1 parent 2706666 commit 6ca36d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bintray-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<servers>
<server>
<id>bintray</id>
<username>travisci-omid@yahoo</username>
<password>${env.BINTRAY_TOKEN}</password>
<username>${env.BINTRAY_USER}</username>
<password>${env.BINTRAY_API_KEY}</password>
</server>
</servers>
</settings>

0 comments on commit 6ca36d8

Please sign in to comment.