diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-16 09:01:35 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-16 09:01:35 +0200 |
commit | fbef7bb4585b1fe1f4dc883aa8c017de3d6d8c23 (patch) | |
tree | 3b3330a6e895e4338220914023a7c60ec4391eed | |
parent | 212070667de33e4d4adc7f0ae7baf8e18ad51d3f (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.yml | 1 |
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: |