aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: aff848e4ae05039e502cfb7ffe7ad216792d4f86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
os: linux
dist: xenial
language: r
r:
  - release
  - devel
cache: packages
addons:
  apt:
    packages:
      - gcc
repos:
  CRAN: https://cloud.r-project.org
  jranke: https://jranke.github.io/drat
r_github_packages:
  - jranke/saemixextension
  - r-lib/svglite
r_packages:
  - nlme
script:
  - R CMD build .
  - R CMD check --no-tests mkin_*.tar.gz
  - Rscript -e 'devtools::test()'
after_success:
  - Rscript -e 'covr::codecov()'

Contact - Imprint