We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1374ae9 commit 5bb7ae5Copy full SHA for 5bb7ae5
.travis.yml
@@ -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