Skip to content

Commit

Permalink
Making sure I can just tag and the deb files gets picked up in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalopitz committed Nov 17, 2016
1 parent 18a80a8 commit ab09d62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ script:
- npm run fonts
- npm run transpile
- npm run dist
- cp dist/*.deb dist/sonos-controller-unofficial-amd64.deb
deploy:
overwrite: true
provider: releases
api_key:
secure: Pr4/K3blDB1eS21B9tp9XIYXvhlHaDP5Z6PkK8qwSmPFzBZ+swiMuTqLZDjCF5aBDL5SS7Jh7xK4iNuuPH0BOvRy4m0IxR7l9TRA2XN2Fw5PgEUBg5SqnCqivECCd4MHdL9ZLBtE4Khcf9uD5BEEZbPDp0bwas2sZsWl0wmACsk=
file: dist/sonos-controller-unofficial-0.0.1-amd64.deb
file: dist/sonos-controller-unofficial-amd64.deb
on:
tags: true
repo: pascalopitz/unoffical-sonos-controller-for-linux

0 comments on commit ab09d62

Please sign in to comment.