Skip to content

Commit

Permalink
try to fix travis problem
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Mar 22, 2018
1 parent 81769e4 commit 6049b91
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,23 @@ r_packages:
- vdiffr
- magrittr
- knitr
- covr
- testthat

bioc_packages:
- ggtree
- BiocStyle
- BiocCheck

r_github_packages:
- jimhester/covr
#r_github_packages:
# - jimhester/covr

before_install:
- tlmgr install bera
- tlmgr install nowidow
- tlmgr install parnotes
- tlmgr install marginfix
# - Rscript -e 'update.packages(ask = FALSE)'

after_success:
- Rscript -e 'library(covr);coveralls();codecov()'
Expand All @@ -36,4 +44,4 @@ after_success:
notifications:
email:
on_success: change
on_failure: always
on_failure: change

0 comments on commit 6049b91

Please sign in to comment.