Skip to content

Commit 5bb7ae5

Browse files
committed
Try out releases on Travis
1 parent 1374ae9 commit 5bb7ae5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: ruby
2+
before_install:
3+
- gem install bundler
4+
- bundle install
5+
script: bundle exec rake book:build
6+
deploy:
7+
provider: releases
8+
file:
9+
- progit.epub
10+
- progit.mobi
11+
- progit.pdf
12+
skip_cleanup: true
13+
on:
14+
tags: true
15+
api-key:
16+
secure: "l3XdupX6dT48IoTieJXrd7Yx8+KhiR2QYrNrDzT6RKxA7UyXGSP/axsVerg7OjKfIHWZgDJRVzcc2RswE+Xjw9sOY8r2h2q9uCwj8G0EqtFbtgGK0La5LB0euh0tNJN8GLFj1OdSZGY7dWWK88GXeHCua2WSify0V79R4ClIM+s="
17+
branches:
18+
only:
19+
- master
20+
- /^2\.1(\.\d+)+$/

0 commit comments

Comments
 (0)