aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 914efb6cf53d4996cf059959cbe8aaa210a169dd (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 .
    travis_wait 30 R CMD check mkin_*.tar.gz
after_success:
  - travis_wait 30 Rscript -e 'covr::codecov()'

Contact - Imprint