Skip to content

Commit

Permalink
Fixes deploy phase on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosottile committed Apr 7, 2018
1 parent 40be7d5 commit 130b348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ before_deploy:
- dmgbuild -s appdmg.py "Syncplay" dist_dmg/Syncplay_${VER}_macOS.dmg

deploy:
skip_cleanup: true
on: master
provider: bintray
file: "bintray.json"
Expand Down
2 changes: 1 addition & 1 deletion bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},

"version": {
"name": "v1.5.1"
"name": "v1.5.3"
},

"files":
Expand Down

0 comments on commit 130b348

Please sign in to comment.