aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 5e0da0a5608be1c33403c17b02f634cc65e4a333 (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
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_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