Skip to content

Commit

Permalink
try travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinykuo committed Jul 25, 2019
1 parent f6bfee8 commit ad87b14
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
@@ -0,0 +1 @@
^\.travis\.yml$
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
cache: packages

script:
- Rscript -e 'install.packages(c("tinytex", "withr"))'
- Rscript -e 'withr::with_dir("manuscript", tinytex::pdflatex("template.tex", pdf_file = "manuscript.pdf"))'
8 changes: 8 additions & 0 deletions README.md
@@ -0,0 +1,8 @@
# bnn-claims

<!-- badges: start -->
[![Travis build status](https://travis-ci.org/kasaai/bnn-claims.svg?branch=master)](https://travis-ci.org/kasaai/bnn-claims)
<!-- badges: end -->

...

0 comments on commit ad87b14

Please sign in to comment.