Skip to content

Commit

Permalink
add debug version in gitbook compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
show0k committed Jun 3, 2016
1 parent 5b3f1c1 commit bce767d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ before_install:
script:
- set +e
- export PATH=$PATH:$HOME/calibre-bin/calibre
- gitbook build ./
- gitbook pdf ./
- gitbook build -d ./
- gitbook pdf -d ./
- cd _book/ && http-server -p 8081 -s &
- blc http://localhost:8081/en/index.html -ro --exclude *.local* --exclude *192.168* --exclude *.127.0.0.1 --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36" --get | tee contributing/checked_links.txt
- grep -e 'BROKEN' -e 'Getting links from' -e 'Error' contributing/checked_links.txt
Expand Down

0 comments on commit bce767d

Please sign in to comment.