aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 5664e9ade47b9dc09a22263beaaafbe846e3c78f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: r
cache: packages
r:
  - release
  - devel
cache: packages
repos:
  CRAN: https://cloud.r-project.org
  https: https://jranke.github.io/drat
r_packages:
  - webchem
github_packages:
  - r-lib/covr
after_success:
  - Rscript -e 'covr::codecov()'

Contact - Imprint