Skip to content

Commit

Permalink
Build charismanie_interior also
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed May 13, 2015
1 parent 2020df5 commit 460d3dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
matrix:
include:
- env: BUILD=pdf DEPLOY=true
script: make charismanie.pdf LATEX_INTERACTION="nonstopmode -halt-on-error"
script: make charismanie.pdf charismanie_interior.pdf LATEX_INTERACTION="nonstopmode -halt-on-error"
- env: BUILD=epub
script: make charismanie.epub
allow_failures:
Expand All @@ -22,7 +22,9 @@ deploy:
provider: releases
api_key:
secure: FWC4Dt115sXLgyN/wEFdNOASIoCGZCxIzx/O1ESIZ4QCE2wxUUn1goOpLNMSFJ8MPlWgwPZLfGCRHG/LvvnQ/2n1rOAfG/ri7L9Qw2JCVBi2KhJ3K6QDGla0KsAuAaKQZv2TKRcGSx/EO3UcL+tn/DxcIa9GZ8n4lbuUuJFWcOA=
file: charismanie.pdf
file:
- charismanie.pdf
- charismanie_interior.pdf
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 460d3dd

Please sign in to comment.