diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-16 09:31:00 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-16 09:31:00 +0200 |
commit | 450f3fe33af3c0cc9838f54ca090603727d0f783 (patch) | |
tree | c42dc3185d5f5f4228b37efd039210b63cd65dd1 /.travis.yml | |
parent | fbef7bb4585b1fe1f4dc883aa8c017de3d6d8c23 (diff) |
Try to diagnose the problem with remotes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cbc491a9..91cf3d9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,12 @@ r_packages: - devtools - covr - vdiffr +before_script: echo $GITHUB_PAT env: GITHUB_PAT= r_github_packages: - jranke/saemixextension@warp_combined script: + - echo $GITHUB_PAT - R CMD build . - R CMD check --no-tests mkin_*.tar.gz - Rscript -e 'devtools::test()' |