Skip to content

Commit

Permalink
Add deployment section to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maur1th committed Aug 11, 2018
1 parent ffa81e1 commit ce497ba
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ matrix:
allow_failures:
- rust: nightly
fast_finish: true

before_deploy:
- cargo build --release
- mv target/release/{main,task_diff}
- bzip2 -f target/release/task_diff
deploy:
skip_cleanup: true
provider: releases
api_key: $GITHUB_TOKEN
file: target/release/task_diff.bz2
on:
tags: true
rust: stable

0 comments on commit ce497ba

Please sign in to comment.