We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f67d3c commit acce17bCopy full SHA for acce17b
1 file changed
.travis.yml
@@ -9,6 +9,22 @@ before_install:
9
- wget https://raw.githubusercontent.com/progit/progit2-pub/master/Rakefile
10
- bundle install
11
script: bundle exec rake book:build
12
+after_success: bundle exec rake book:tag
13
+deploy:
14
+ provider: releases
15
+ file:
16
+ - progit.epub
17
+ - progit.mobi
18
+ - progit.pdf
19
+ skip_cleanup: true
20
+ on:
21
+ tags: true
22
+ api-key: $GITHUB_API_TOKEN
23
+branches:
24
+ only:
25
+ - master
26
+ - /^2\.1(\.\d+)+$/
27
+
28
addons:
29
apt:
30
packages:
0 commit comments