Skip to content

Commit

Permalink
Added gitbook version to each gitbook related call
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Müller committed May 23, 2016
1 parent c8a2239 commit bc83939
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 @@ -7,8 +7,8 @@ before_install:
- sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main(install_dir='/usr/local')"

script:
- ./node_modules/.bin/gitbook build
- ./node_modules/.bin/gitbook pdf . _book/guidelines.pdf
- gitbook build -v 2.6.7
- gitbook pdf -v 2.6.7 . _book/guidelines.pdf
- grunt deploy

env:
Expand Down

0 comments on commit bc83939

Please sign in to comment.