Skip to content

Commit

Permalink
setting up travis
Browse files Browse the repository at this point in the history
  • Loading branch information
benwhalley committed Sep 10, 2018
1 parent c19da60 commit 5231fe7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: r
cache: packages

script:
- Rscript -e 'bookdown::render_book("index.rmd")'

apt_packages:
- libxml2-dev

repos:
CRAN: https://mran.microsoft.com/snapshot/2018-07-01

0 comments on commit 5231fe7

Please sign in to comment.