Skip to content

Commit

Permalink
Enable releases via Travis (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanericky committed Apr 4, 2019
1 parent 6bbeeb5 commit 170f367
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ addons:
packages:
- libpam0g-dev
- gcovr

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: bin/ga-cmd
skip_cleanup: true
draft: true
on:
tags: true

0 comments on commit 170f367

Please sign in to comment.