Skip to content

Commit

Permalink
Add deploy to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rchrd committed Feb 7, 2016
1 parent bf261ae commit 237e116
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ script:
- gb vendor restore
- make bindata
- make release

deploy:
provider: releases
api_key: $GH_TOKEN
file:
- "bin/presenter-darwin-amd64"
- "bin/presenter-linux-amd64"
- "bin/presenter-windows-amd64.exe"
skip_cleanup: true
on:
tags: true

0 comments on commit 237e116

Please # to comment.