Skip to content

Commit

Permalink
Added CRAN badge and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phillc73 committed Feb 15, 2016
1 parent 9cee837 commit 73110e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: R
cache: packages

warnings_are_errors: true

r_github_packages:
- jimhester/covr

after_success:
- Rscript -e 'covr::codecov()'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Backblazer
=======
[![CRAN version](http://www.r-pkg.org/badges/version/backblazer)](http://cran.rstudio.com/web/packages/backblazer/index.html)

An R package with bindings to the [Backblaze B2 API](https://www.backblaze.com/b2/docs/).

Expand Down

0 comments on commit 73110e0

Please sign in to comment.