aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: fefed665c8ebe8d7e3099c2cd4e4078cf655b1ac (plain) (blame)
1
2
3
4
5
6
7
8
language: r
cache: packages
r:
  - release
github_packages:
  - r-lib/covr
after_success:
  - Rscript -e 'covr::codecov()'

Contact - Imprint