Skip to content

Commit

Permalink
Removed gitbook init step from travis ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Müller committed May 23, 2016
1 parent aeea5fc commit b70ad2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ 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:
- gitbook init
- gitbook build
- gitbook pdf . _book/guidelines.pdf
- grunt deploy
Expand Down

0 comments on commit b70ad2c

Please sign in to comment.