Skip to content

Commit

Permalink
fix(docs): new travis CLI interface (#5126)
Browse files Browse the repository at this point in the history
At the moment this is done like this: https://github.com/travis-ci/travis.rb#env
  • Loading branch information
iliyaZelenko committed Feb 1, 2020
1 parent 9e18f3c commit 9f0b1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/deployment.md
Expand Up @@ -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.
Expand Down

0 comments on commit 9f0b1f6

Please sign in to comment.