Skip to content

Commit

Permalink
deploy binaries #162
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed May 18, 2017
1 parent 4fb980f commit ad5b996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ deploy:
api_key:
secure: OO3/6sJknXKzMVK5n188Vy/MYWuWXP7r6Dbl0nnym55340seo8n5e8EjrjC+AJ9LHa7vLM9VsiX6Q8klHHFXJxl9Vj3/Eh5c/WKWMohUSixTsI+M2ZaVJkvz0uwntC2/wgkYQEA4PIJn8/G8mxL74TxffsI/tlkxUXfeWijBmX4=
file_glob: true
file: "*.{deb,rpm}"
file:
- "*.{deb,rpm}"
- "build/go-carbon-*"
on:
repo: lomik/go-carbon
tags: true

0 comments on commit ad5b996

Please sign in to comment.