Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): new travis CLI interface #5126

Merged
merged 1 commit into from Feb 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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