Skip to content

Commit

Permalink
minor travis bintray fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Blessing committed Oct 8, 2015
1 parent 5193b89 commit 252d75f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bintray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ esac

YAML=$YAML$FILES"}"

echo $YAML >> .bintray_$1.yml
echo $YAML >> bintray_$1.yml
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ notifications:
- 'Code Changes: %{compare_url}'
before_deploy:
- make deploy config=release
- cat VERSION | xargs sh .bintray.sh debian $1 && sh .bintray.sh rpm $1 && sh .bintray.sh source $1
- cat VERSION | xargs sh .bintray.sh debian $1
- cat VERSION | xargs sh .bintray.sh rpm $1
- cat VERSION | xargs sh .bintray.sh source $1

deploy:
- provider: bintray
Expand Down

0 comments on commit 252d75f

Please sign in to comment.