From 5b726294f3ffc6e2dc8e8ee81d2fa2430175dffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F?= Date: Sat, 1 Feb 2020 09:36:34 +0200 Subject: [PATCH] fix(docs): new travis CLI interface (#5126) At the moment this is done like this: https://github.com/travis-ci/travis.rb#env --- docs/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index be568a1a04..7cc1b1851d 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -90,7 +90,7 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser 3. Generate a GitHub [access token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) with repo permissions. -4. Grant the Travis job access to your repository: `travis set GITHUB_TOKEN=xxx` +4. Grant the Travis job access to your repository: `travis env set GITHUB_TOKEN xxx` (`xxx` is the personal access token from step 3.) 5. Create a `.travis.yml` file in the root of your project.