Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haziq Jamil authored Jun 12, 2017
1 parent 950de61 commit 934df86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ cache: packages

sudo: false

r_github_packages:
- hadley/testthat
- jimhester/covr

addons:
apt:
packages:
Expand All @@ -34,6 +30,9 @@ matrix:

- os: linux
r: release
r_github_packages:
- hadley/testthat
- jimhester/covr
r_check_args: --as-cran
after_success:
- Rscript -e 'covr::codecov(quiet = FALSE)'
Expand Down

0 comments on commit 934df86

Please sign in to comment.