Skip to content

Commit

Permalink
Adding covr back to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Jun 22, 2020
1 parent a30d2b1 commit 1816b0d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ r_packages:
- drat
- devtools

r_github_packages:
- OHDSI/SqlRender
- OHDSI/DatabaseConnector
- OHDSI/ParallelLogger

before_script:
- export PKG_NAME=$(Rscript -e 'cat(paste0(devtools::as.package(".")$package))')
- export PKG_TARBALL=$(Rscript -e 'pkg <- devtools::as.package("."); cat(paste0(pkg$package,"_",pkg$version,".tar.gz"))')
Expand All @@ -27,6 +22,7 @@ script:
- cat ${PKG_NAME}.Rcheck/00install.out # Print out install / compile log

after_success:
- Rscript -e 'covr::codecov()'
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && perl compare_versions --tag && bash deploy.sh && curl --data "build=true" -X POST https://registry.hub.docker.com/u/ohdsi/broadsea-methodslibrary/trigger/f0b51cec-4027-4781-9383-4b38b42dd4f5/

notifications:
Expand Down

0 comments on commit 1816b0d

Please sign in to comment.