Skip to content

Commit

Permalink
Add publishing of artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jnavila committed Feb 18, 2018
1 parent 5f67d3c commit acce17b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ before_install:
- wget https://raw.githubusercontent.com/progit/progit2-pub/master/Rakefile
- bundle install
script: bundle exec rake book:build
after_success: bundle exec rake book:tag
deploy:
provider: releases
file:
- progit.epub
- progit.mobi
- progit.pdf
skip_cleanup: true
on:
tags: true
api-key: $GITHUB_API_TOKEN
branches:
only:
- master
- /^2\.1(\.\d+)+$/

addons:
apt:
packages:
Expand Down

0 comments on commit acce17b

Please sign in to comment.