Skip to content

Commit

Permalink
set up travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ironholds committed Jul 21, 2016
1 parent 1797809 commit 12c14d1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -2,3 +2,4 @@
^\.Rproj\.user$
^\.git
^CONDUCT\.md$
.travis.yml
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
# Sample .travis.yml for R projects

language: r
warnings_are_errors: false
sudo: required

env:
global:
- CRAN: http://cran.rstudio.com

r_packages:
- httr
- jsonlite
- testthat
- knitr
notifications:
email:
on_failure: change

0 comments on commit 12c14d1

Please sign in to comment.