aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-09-16 09:56:35 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2021-09-16 09:56:35 +0200
commite0ca5972b4a300b93a9fe6b44345eeb19d574149 (patch)
tree85eb7e3b3bc00736625cf9d439b3436919db42a2
parent450f3fe33af3c0cc9838f54ca090603727d0f783 (diff)
Remove GITHUB_PAT from .travis.yml
I found that I can create a PAT with no extra privileges, thanks to https://itsalocke.com/blog/using-travis-make-sure-you-use-a-github-pat/ so I will add this to my travis account.
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 91cf3d9b..09e361c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,12 +16,9 @@ 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()'

Contact - Imprint