Skip to content

Commit

Permalink
Fix kindlegen command
Browse files Browse the repository at this point in the history
  • Loading branch information
hakatashi committed Jun 16, 2016
1 parent 939405f commit e014f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ script:
- bundle exec rake all 0<&-
after_success:
- wget https://kindlegen.s3.amazonaws.com/kindlegen_linux_2.6_i386_v2_9.tar.gz -O - | tar xzvf - kindlegen
- ./kindlegen -c2 -verbose -o techbookfest.mobi
- ./kindlegen techbookfest.epub -c2 -verbose -o techbookfest.mobi
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit e014f0e

Please sign in to comment.