Skip to content

Commit ecddbbf

Browse files
author
Benjamin
authored
Update .travis.yml
1 parent 83f4a4c commit ecddbbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sudo: required
44

55
warnings_are_errors: false
66

7-
r_github_packages:
8-
- jimhester/covr
7+
r_packages:
8+
- covr
99

1010
after_success:
11-
- Rscript -e 'library(covr);codecov()'
11+
- Rscript -e 'library(covr); codecov()'

0 commit comments

Comments
 (0)