Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Add deploy to travis.yml (fixes #132).
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Akentyev committed Dec 16, 2016
1 parent 03468cd commit 466794c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ script:
notifications:
email: false

deploy:
provider: releases
api_key: ${api_key}
file: "bin/redprl"
skip_cleanup: true
on:
tags: true

0 comments on commit 466794c

Please sign in to comment.