Skip to content

Commit

Permalink
Cleanup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Fannin authored and Brian Fannin committed Sep 11, 2016
1 parent ced59bc commit 96e61d1
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: r
cache: packages

before_script:
- chmod +x ./_build.sh
- chmod +x ./_deploy.sh
language: R
cache:
packages: true
directories:
- _book

script:
- ./_build.sh
- ./_deploy.sh
- Rscript -e "bookdown::render_book('index.Rmd', 'bookdown::gitbook')"
- Rscript -e "bookdown::render_book('index.Rmd', 'bookdown::pdf_book')"

0 comments on commit 96e61d1

Please sign in to comment.