aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-09-16 09:01:35 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2021-09-16 09:01:35 +0200
commitfbef7bb4585b1fe1f4dc883aa8c017de3d6d8c23 (patch)
tree3b3330a6e895e4338220914023a7c60ec4391eed
parent212070667de33e4d4adc7f0ae7baf8e18ad51d3f (diff)
Try to make remotes on travis work again
This tries to unset the environment variable GITHUB_PAT which seems to get in the way for installing using remotes::install_github on travis.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 09e361c4..cbc491a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ r_packages:
- devtools
- covr
- vdiffr
+env: GITHUB_PAT=
r_github_packages:
- jranke/saemixextension@warp_combined
script:

Contact - Imprint