Inline build.sh into travis

This commit is contained in:
hadley 2016-04-21 08:37:38 -05:00
parent 239e5cec2b
commit 4f60f5eb74
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ addons:
packages:
- libxml2-dev
script: ./_build.sh
script:
- Rscript -e 'bookdown::render_book("index.rmd")'
deploy:
skip_cleanup: true