From fbef7bb4585b1fe1f4dc883aa8c017de3d6d8c23 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Sep 2021 09:01:35 +0200 Subject: 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.1