Skip to content

Commit

Permalink
Adds deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto authored Feb 5, 2019
1 parent ff8e785 commit 2ad5584
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 @@ -17,3 +17,14 @@ addons:
- fakeroot
script:
- fakeroot debian/rules binary
deploy:
provider: releases
skip_cleanup: true
api_key: $GITHUB_TOKEN
file:
- ../ags_3~git-1_amd64.deb
- ../ags-dbg_3~git-1_amd64.deb
on:
repo: adventuregamestudio/lib-allegro
branch: allegro-4.4.2-agspatch
tags: true

0 comments on commit 2ad5584

Please sign in to comment.