Skip to content

Commit

Permalink
enable travis log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed May 18, 2016
1 parent c9d2fb2 commit 1f21fdf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ script:
# gitbook build
- cd ~/algorithm-exercise/
- gitbook install
- gitbook pdf .
- gitbook epub .
- gitbook mobi .
- gitbook build ./ --log=debug --debug
- gitbook pdf ./ --log=debug --debug
- gitbook epub ./ --log=debug --debug
- gitbook mobi ./ --log=debug --debug
- mv *.pdf *.epub *.mobi ~/upload
- cd ~/upload
- sh ~/rename_ebook.sh
Expand Down

0 comments on commit 1f21fdf

Please sign in to comment.