Skip to content

Commit

Permalink
Basculement sur les scripts progit2-pub
Browse files Browse the repository at this point in the history
Mangeons notre propre pâtée...
  • Loading branch information
jnavila committed Feb 21, 2018
1 parent b1ba3df commit 98a162c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
29 changes: 20 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,34 @@
language: ruby
sudo: false
git:
depth: false
cache: bundler
before_install:
- gem install bundler -v 1.15.4
- bundle install
after_success:
- script/tag_on_master
- wget https://raw.githubusercontent.com/progit/progit2-pub/master/bootstrap.sh
- sh bootstrap.sh
script: bundle exec rake book:build
after_success: bundle exec rake book:tag
deploy:
provider: releases
api_key:
secure: XT3fnofLU13ZpmZX4jXVbG2mLIMvjkFKS4TGLjNwJKdhLyZQqmP6kVzsZl8RGknkfPe8IOudXfnaQn/v8eJYrJXIiVXJlZyn///E7tLr0dYwj3wCPaIv0F04rJAhwqA6pPLDvY53b5EG0vqPbg28P0qFLPbk3KIIUFJmot3gzU0=
file_glob: true
file:
- progit.epub
- progit-kf8.epub
- progit.pdf
- 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:
- epubcheck
notifications:
email:
on_success: never
on_failure: always
2 changes: 2 additions & 0 deletions progit.asc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Pro Git
=======
Scott Chacon; Ben Straub
$$VERSION$$, $$DATE$$
:lang: fr
:doctype: book
:docinfo:
Expand Down

0 comments on commit 98a162c

Please sign in to comment.