Skip to content

Commit

Permalink
Try out releases on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Oct 24, 2017
1 parent 1374ae9 commit 5bb7ae5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: ruby
before_install:
- gem install bundler
- bundle install
script: bundle exec rake book:build
deploy:
provider: releases
file:
- progit.epub
- progit.mobi
- progit.pdf
skip_cleanup: true
on:
tags: true
api-key:
secure: "l3XdupX6dT48IoTieJXrd7Yx8+KhiR2QYrNrDzT6RKxA7UyXGSP/axsVerg7OjKfIHWZgDJRVzcc2RswE+Xjw9sOY8r2h2q9uCwj8G0EqtFbtgGK0La5LB0euh0tNJN8GLFj1OdSZGY7dWWK88GXeHCua2WSify0V79R4ClIM+s="
branches:
only:
- master
- /^2\.1(\.\d+)+$/

0 comments on commit 5bb7ae5

Please sign in to comment.