Skip to content

Commit

Permalink
new travis setup, covr to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 5, 2016
1 parent 235420f commit 2744da5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,8 +1,6 @@
language: r
sudo: required

r_github_packages:
- jimhester/covr
sudo: false
cache: packages

after_success:
- Rscript -e 'covr::codecov()'
Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
Expand Up @@ -8,7 +8,7 @@ Description: A general purpose client to work with any 'OAI-PMH'
Functions are provided to work with the 'OAI-PMH' verbs: 'GetRecord',
'Identify', 'ListIdentifiers', 'ListMetadataFormats', 'ListRecords', and
'ListSets'.
Version: 0.2.0
Version: 0.2.0.9000
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
Expand All @@ -30,5 +30,6 @@ Suggests:
DBI,
knitr,
RSQLite,
testthat
testthat,
covr
RoxygenNote: 5.0.1

0 comments on commit 2744da5

Please sign in to comment.