Skip to content

Commit

Permalink
Merge pull request #48 from rshivane/apptuit-master
Browse files Browse the repository at this point in the history
Travis build fix
  • Loading branch information
rshivane authored Mar 22, 2018
2 parents 71b85a3 + 11bcef6 commit 96b43cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ before_deploy:

deploy:
- provider: bintray
skip_cleanup: true
file: "deb/bintray-descriptor.json"
user: "$BINTRAY_USER"
key: "$BINTRAY_API_KEY"
on:
tags: true
condition: $PACKAGE_VERSION != "" && $IS_PRIMARY_MATRIX_JOB == "true" && $BINTRAY_API_KEY != ""
- provider: bintray
skip_cleanup: true
file: "rpm/bintray-descriptor.json"
user: "$BINTRAY_USER"
key: "$BINTRAY_API_KEY"
Expand Down

0 comments on commit 96b43cf

Please sign in to comment.