Skip to content

Commit

Permalink
Add travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed Aug 30, 2019
1 parent bf482a0 commit e84493a
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 123 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Expand Up @@ -3,3 +3,5 @@
^LICENSE\.md$
^TODO\.md$
^README\.Rmd$
^\.travis\.yml$
^appveyor\.yml$
4 changes: 4 additions & 0 deletions .travis.yml
@@ -0,0 +1,4 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
cache: packages
4 changes: 3 additions & 1 deletion README.Rmd
Expand Up @@ -15,6 +15,8 @@ knitr::opts_chunk$set(
# santoku

<!-- badges: start -->
[![Travis build status](https://travis-ci.org/hughjonesd/santoku.svg?branch=master)](https://travis-ci.org/hughjonesd/santoku)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/hughjonesd/santoku?branch=master&svg=true)](https://ci.appveyor.com/project/hughjonesd/santoku)
<!-- badges: end -->

![santoku logo](man/figures/santoku-logo.png)
Expand Down Expand Up @@ -206,4 +208,4 @@ microbenchmark::microbenchmark(
chop(rnorm(1e5), -2:2),
cut(rnorm(1e5), -2:2)
)
```
```

0 comments on commit e84493a

Please sign in to comment.