Skip to content

Commit

Permalink
pkg: start travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
corybrunson committed Oct 13, 2020
1 parent 43b97f9 commit 0f34be2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ README.Rmd
^ignore$

# hosting infrastructure
cran-comments.md
.github
^cran-comments\.md$
^\.github$
^\.travis\.yml$

# custom files and directories
^sandbox$
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
cache: packages

0 comments on commit 0f34be2

Please sign in to comment.